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

Unified Diff: chrome/common/extensions/user_script.h

Issue 10696176: Move UserScript and related into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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: chrome/common/extensions/user_script.h
diff --git a/chrome/common/extensions/user_script.h b/chrome/common/extensions/user_script.h
index 73dd020f13024f957caff4be06e5518aa9c2d4dd..e7caad636be4ddbe27495b790f421e16656cca6d 100644
--- a/chrome/common/extensions/user_script.h
+++ b/chrome/common/extensions/user_script.h
@@ -17,6 +17,8 @@
class Pickle;
class PickleIterator;
+namespace extensions {
+
// Represents a user script, either a standalone one, or one that is part of an
// extension.
class UserScript {
@@ -256,4 +258,6 @@ class UserScript {
typedef std::vector<UserScript> UserScriptList;
+} // namespace extensions
+
#endif // CHROME_COMMON_EXTENSIONS_USER_SCRIPT_H_

Powered by Google App Engine
This is Rietveld 408576698