Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: content/common/gamepad_param_traits.h

Issue 1149113006: Move Pickle to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/cursors/webcursor_unittest.cc ('k') | content/common/indexed_db/indexed_db_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « content/common/cursors/webcursor_unittest.cc ('k') | content/common/indexed_db/indexed_db_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698