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

Unified Diff: content/browser/zygote_host/zygote_host_impl_linux.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: content/browser/zygote_host/zygote_host_impl_linux.h
diff --git a/content/browser/zygote_host/zygote_host_impl_linux.h b/content/browser/zygote_host/zygote_host_impl_linux.h
index c8bae9512b9f6d5feb5d857b89929890cd4b4ccb..1c0e0b7dd74adaa7fffd6d237f7991587ed46d2f 100644
--- a/content/browser/zygote_host/zygote_host_impl_linux.h
+++ b/content/browser/zygote_host/zygote_host_impl_linux.h
@@ -15,8 +15,10 @@
#include "content/public/browser/file_descriptor_info.h"
#include "content/public/browser/zygote_host_linux.h"
+namespace base {
template<typename Type>
struct DefaultSingletonTraits;
+} // namespace base
namespace content {
@@ -60,7 +62,7 @@ class CONTENT_EXPORT ZygoteHostImpl : public ZygoteHost {
int score) override;
private:
- friend struct DefaultSingletonTraits<ZygoteHostImpl>;
+ friend struct base::DefaultSingletonTraits<ZygoteHostImpl>;
ZygoteHostImpl();
~ZygoteHostImpl() override;
« no previous file with comments | « content/browser/webui/web_ui_controller_factory_registry.cc ('k') | content/browser/zygote_host/zygote_host_impl_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698