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

Unified Diff: content/common/sandbox_linux/sandbox_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
« no previous file with comments | « content/common/font_cache_dispatcher_win.cc ('k') | content/common/sandbox_linux/sandbox_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/sandbox_linux/sandbox_linux.h
diff --git a/content/common/sandbox_linux/sandbox_linux.h b/content/common/sandbox_linux/sandbox_linux.h
index 01a0bd9a3546552fddbe2fea9c8c468d9bb3ab9d..2bbc67c255746d27b462cd3079d6fd284b6346c5 100644
--- a/content/common/sandbox_linux/sandbox_linux.h
+++ b/content/common/sandbox_linux/sandbox_linux.h
@@ -20,8 +20,9 @@
#define ANY_OF_AMTLU_SANITIZER 1
#endif
-template <typename T> struct DefaultSingletonTraits;
namespace base {
+template <typename T>
+struct DefaultSingletonTraits;
class Thread;
}
namespace sandbox { class SetuidSandboxClient; }
@@ -133,7 +134,7 @@ class LinuxSandbox {
#endif
private:
- friend struct DefaultSingletonTraits<LinuxSandbox>;
+ friend struct base::DefaultSingletonTraits<LinuxSandbox>;
LinuxSandbox();
~LinuxSandbox();
« no previous file with comments | « content/common/font_cache_dispatcher_win.cc ('k') | content/common/sandbox_linux/sandbox_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698