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

Unified Diff: components/sessions/content/content_serialized_navigation_driver.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: components/sessions/content/content_serialized_navigation_driver.h
diff --git a/components/sessions/content/content_serialized_navigation_driver.h b/components/sessions/content/content_serialized_navigation_driver.h
index dd099036ca6b8931cf6d3f4c9f5a91dda11f3f67..a1bc1e36f7fb34720603b2b6e051e0eb427994ba 100644
--- a/components/sessions/content/content_serialized_navigation_driver.h
+++ b/components/sessions/content/content_serialized_navigation_driver.h
@@ -9,7 +9,9 @@
#include "components/sessions/sessions_export.h"
+namespace base {
template <typename T> struct DefaultSingletonTraits;
+}
namespace sessions {
@@ -38,7 +40,7 @@ class SESSIONS_EXPORT_PRIVATE ContentSerializedNavigationDriver
private:
ContentSerializedNavigationDriver();
- friend struct DefaultSingletonTraits<ContentSerializedNavigationDriver>;
+ friend struct base::DefaultSingletonTraits<ContentSerializedNavigationDriver>;
};
} // namespace sessions

Powered by Google App Engine
This is Rietveld 408576698