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

Unified Diff: google_apis/gaia/gaia_urls.h

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 5 years, 4 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: google_apis/gaia/gaia_urls.h
diff --git a/google_apis/gaia/gaia_urls.h b/google_apis/gaia/gaia_urls.h
index 07623f605c77af05d64188eee0679b06d40259f3..b67b17716cec439365dc4fbf75c155aa47e87bd5 100644
--- a/google_apis/gaia/gaia_urls.h
+++ b/google_apis/gaia/gaia_urls.h
@@ -60,7 +60,7 @@ class GaiaUrls {
GaiaUrls();
~GaiaUrls();
- friend struct DefaultSingletonTraits<GaiaUrls>;
+ friend struct base::DefaultSingletonTraits<GaiaUrls>;
GURL google_url_;
GURL gaia_url_;

Powered by Google App Engine
This is Rietveld 408576698