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

Unified Diff: extensions/browser/api/web_request/web_request_api.h

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 years, 3 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/browser/api/web_request/web_request_api.h
diff --git a/extensions/browser/api/web_request/web_request_api.h b/extensions/browser/api/web_request/web_request_api.h
index 2b262aab779c3421ca0134c4e6097cabbbdbc7d4..e0be827204a5a3c2e7e6a11afaed9a30f16b79aa 100644
--- a/extensions/browser/api/web_request/web_request_api.h
+++ b/extensions/browser/api/web_request/web_request_api.h
@@ -310,7 +310,7 @@ class ExtensionWebRequestEventRouter
void AddCallbackForPageLoad(const base::Closure& callback);
private:
- friend struct DefaultSingletonTraits<ExtensionWebRequestEventRouter>;
+ friend struct base::DefaultSingletonTraits<ExtensionWebRequestEventRouter>;
struct EventListener;
using EventListeners = std::vector<const EventListener*>;
« no previous file with comments | « extensions/browser/api/vpn_provider/vpn_service_factory.h ('k') | extensions/browser/api/web_request/web_request_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698