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

Unified Diff: extensions/common/user_script.h

Issue 1154283003: Change most uses of Pickle to base::Pickle (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/user_script.h
diff --git a/extensions/common/user_script.h b/extensions/common/user_script.h
index 070679eaeba1fe6d89a36b76fde4f8a43b121055..93ca14f1baa55a40f6b103b7ebe1ca4b2ebb28f4 100644
--- a/extensions/common/user_script.h
+++ b/extensions/common/user_script.h
@@ -235,7 +235,8 @@ class UserScript {
void Unpickle(const base::Pickle& pickle, base::PickleIterator* iter);
private:
- // Pickle helper functions used to pickle the individual types of components.
+ // base::Pickle helper functions used to pickle the individual types of
+ // components.
void PickleGlobs(base::Pickle* pickle,
const std::vector<std::string>& globs) const;
void PickleHostID(base::Pickle* pickle, const HostID& host_id) const;
« no previous file with comments | « extensions/common/permissions/socket_permission_unittest.cc ('k') | extensions/common/user_script_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698