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

Unified Diff: chrome/browser/extensions/user_script_listener.h

Issue 10696176: Move UserScript and related into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq 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
« no previous file with comments | « chrome/browser/extensions/extension_system.h ('k') | chrome/browser/extensions/user_script_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/user_script_listener.h
diff --git a/chrome/browser/extensions/user_script_listener.h b/chrome/browser/extensions/user_script_listener.h
index 0ec458513a570ee0423503df16afb396bc42f49b..d4f6c4a77878d948a8d019396c863000af003f2d 100644
--- a/chrome/browser/extensions/user_script_listener.h
+++ b/chrome/browser/extensions/user_script_listener.h
@@ -26,7 +26,6 @@ class ResourceThrottle;
namespace extensions {
class Extension;
-}
// This class handles delaying of resource loads that depend on unloaded user
// scripts. For each request that comes in, we check if it depends on a user
@@ -97,7 +96,7 @@ class UserScriptListener
// Helper to collect the extension's user script URL patterns in a list and
// return it.
- void CollectURLPatterns(const extensions::Extension* extension,
+ void CollectURLPatterns(const Extension* extension,
URLPatterns* patterns);
// content::NotificationObserver
@@ -110,4 +109,6 @@ class UserScriptListener
DISALLOW_COPY_AND_ASSIGN(UserScriptListener);
};
+} // namespace extensions
+
#endif // CHROME_BROWSER_EXTENSIONS_USER_SCRIPT_LISTENER_H_
« no previous file with comments | « chrome/browser/extensions/extension_system.h ('k') | chrome/browser/extensions/user_script_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698