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

Unified Diff: extensions/common/permissions/manifest_permission.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
Index: extensions/common/permissions/manifest_permission.h
diff --git a/extensions/common/permissions/manifest_permission.h b/extensions/common/permissions/manifest_permission.h
index a94513442ba1c228c81535e27e696d8e2b2f1dd5..fded281e0444d6d8b77eacba8d8231d69726be58 100644
--- a/extensions/common/permissions/manifest_permission.h
+++ b/extensions/common/permissions/manifest_permission.h
@@ -13,11 +13,10 @@
#include "extensions/common/permissions/coalesced_permission_message.h"
#include "extensions/common/permissions/permission_message.h"
-class PickleIterator;
-
namespace base {
-class Value;
+class PickleIterator;
class ListValue;
+class Value;
}
namespace IPC {
@@ -85,7 +84,7 @@ class ManifestPermission {
void Write(IPC::Message* m) const;
// Reads from the given IPC message |m|.
- bool Read(const IPC::Message* m, PickleIterator* iter);
+ bool Read(const IPC::Message* m, base::PickleIterator* iter);
// Logs this permission.
void Log(std::string* log) const;
« no previous file with comments | « extensions/common/permissions/api_permission.h ('k') | extensions/common/permissions/set_disjunction_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698