#ifndef CMethodParam_h #define CMethodParam_h #include <string.h> namespace Chromium{ class CMethodParam{ public: std::string mName; std::string mType; }; } #endif