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