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

Unified Diff: ios/web/browser_url_rewriter_impl.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
« no previous file with comments | « ios/public/test/test_keyed_service_provider.cc ('k') | ios/web/browser_url_rewriter_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/browser_url_rewriter_impl.h
diff --git a/ios/web/browser_url_rewriter_impl.h b/ios/web/browser_url_rewriter_impl.h
index e2e7818e1d64a2bf5c9df21ec4bfcd0f5ec593a1..a0568f92f957fc686e3681060545c5e94cf48031 100644
--- a/ios/web/browser_url_rewriter_impl.h
+++ b/ios/web/browser_url_rewriter_impl.h
@@ -29,7 +29,7 @@ class BrowserURLRewriterImpl : public BrowserURLRewriter {
// This object is a singleton:
BrowserURLRewriterImpl();
~BrowserURLRewriterImpl() override;
- friend struct DefaultSingletonTraits<BrowserURLRewriterImpl>;
+ friend struct base::DefaultSingletonTraits<BrowserURLRewriterImpl>;
// The list of known URLRewriters.
std::vector<URLRewriter> url_rewriters_;
« no previous file with comments | « ios/public/test/test_keyed_service_provider.cc ('k') | ios/web/browser_url_rewriter_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698