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

Unified Diff: content/common/android/gin_java_bridge_value.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/child/plugin_param_traits.h ('k') | content/common/cc_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/android/gin_java_bridge_value.h
diff --git a/content/common/android/gin_java_bridge_value.h b/content/common/android/gin_java_bridge_value.h
index 8a7f3eb8f51d5cb7615f3ca25951e69171d4bc09..3a832bfd673ffd76080895204f70aefc012b8e4d 100644
--- a/content/common/android/gin_java_bridge_value.h
+++ b/content/common/android/gin_java_bridge_value.h
@@ -55,7 +55,7 @@ class GinJavaBridgeValue {
explicit GinJavaBridgeValue(const base::BinaryValue* value);
base::BinaryValue* SerializeToBinaryValue();
- Pickle pickle_;
+ base::Pickle pickle_;
DISALLOW_COPY_AND_ASSIGN(GinJavaBridgeValue);
};
« no previous file with comments | « content/child/plugin_param_traits.h ('k') | content/common/cc_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698