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

Unified Diff: chrome/renderer/extensions/user_script_slave.cc

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/renderer/extensions/user_script_slave.cc
diff --git a/chrome/renderer/extensions/user_script_slave.cc b/chrome/renderer/extensions/user_script_slave.cc
index 9225014ac9e0c86c2059b5e8a8af3669adca2977..c453078c2cab441dca827504a80198064f9eff05 100644
--- a/chrome/renderer/extensions/user_script_slave.cc
+++ b/chrome/renderer/extensions/user_script_slave.cc
@@ -42,7 +42,8 @@ using WebKit::WebString;
using WebKit::WebVector;
using WebKit::WebView;
using content::RenderThread;
-using extensions::Extension;
+
+namespace extensions {
// These two strings are injected before and after the Greasemonkey API and
// user script to wrap it in an anonymous scope.
@@ -368,3 +369,5 @@ void UserScriptSlave::InjectScripts(WebFrame* frame,
NOTREACHED();
}
}
+
+} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698