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

Unified Diff: chrome/common/content_settings_pattern_serializer.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 | « chrome/browser/ui/views/extensions/browser_action_drag_data.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/content_settings_pattern_serializer.h
diff --git a/chrome/common/content_settings_pattern_serializer.h b/chrome/common/content_settings_pattern_serializer.h
index 9d1d184d0cd0046a5d7acb0b7e28f95eaca4e7df..be724a7d3fc33cd87dc32cda31a4383f02983fd7 100644
--- a/chrome/common/content_settings_pattern_serializer.h
+++ b/chrome/common/content_settings_pattern_serializer.h
@@ -7,12 +7,15 @@
#include "base/macros.h"
+namespace base {
+class PickleIterator;
+}
+
namespace IPC {
class Message;
}
class ContentSettingsPattern;
-class PickleIterator;
class ContentSettingsPatternSerializer {
public:
@@ -20,7 +23,8 @@ class ContentSettingsPatternSerializer {
static void WriteToMessage(const ContentSettingsPattern& pattern,
IPC::Message* m);
// Deserializes the pattern from the IPC message.
- static bool ReadFromMessage(const IPC::Message* m, PickleIterator* iter,
+ static bool ReadFromMessage(const IPC::Message* m,
+ base::PickleIterator* iter,
ContentSettingsPattern* pattern);
private:
« no previous file with comments | « chrome/browser/ui/views/extensions/browser_action_drag_data.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698