| Index: content/common/gamepad_param_traits.h
|
| diff --git a/content/common/gamepad_param_traits.h b/content/common/gamepad_param_traits.h
|
| index 7e694e09e096fcc1fd086a9d506544f6415664fe..212c30631505189e3cf062d10e3ff69121f8356f 100644
|
| --- a/content/common/gamepad_param_traits.h
|
| +++ b/content/common/gamepad_param_traits.h
|
| @@ -9,7 +9,9 @@
|
|
|
| #include "ipc/ipc_param_traits.h"
|
|
|
| +namespace base {
|
| class PickleIterator;
|
| +}
|
|
|
| namespace blink { class WebGamepad; }
|
|
|
| @@ -22,7 +24,7 @@ struct ParamTraits<blink::WebGamepad> {
|
| typedef blink::WebGamepad param_type;
|
| static void Write(Message* m, const blink::WebGamepad& p);
|
| static bool Read(const Message* m,
|
| - PickleIterator* iter,
|
| + base::PickleIterator* iter,
|
| blink::WebGamepad* p);
|
| static void Log(const blink::WebGamepad& p, std::string* l);
|
| };
|
|
|