| Index: content/browser/renderer_host/render_sandbox_host_linux.h
|
| diff --git a/content/browser/renderer_host/render_sandbox_host_linux.h b/content/browser/renderer_host/render_sandbox_host_linux.h
|
| index c7f4aeb01f286f60d47f86c7f453407cb6a9d0a8..a9f8a021d0087a4ea1d8f49d2a2a72c7cede2433 100644
|
| --- a/content/browser/renderer_host/render_sandbox_host_linux.h
|
| +++ b/content/browser/renderer_host/render_sandbox_host_linux.h
|
| @@ -13,7 +13,9 @@
|
| #include "content/browser/renderer_host/sandbox_ipc_linux.h"
|
| #include "content/common/content_export.h"
|
|
|
| +namespace base {
|
| template <typename T> struct DefaultSingletonTraits;
|
| +}
|
|
|
| namespace content {
|
|
|
| @@ -33,7 +35,7 @@ class CONTENT_EXPORT RenderSandboxHostLinux {
|
| void Init();
|
|
|
| private:
|
| - friend struct DefaultSingletonTraits<RenderSandboxHostLinux>;
|
| + friend struct base::DefaultSingletonTraits<RenderSandboxHostLinux>;
|
| // This object must be constructed on the main thread.
|
| RenderSandboxHostLinux();
|
| ~RenderSandboxHostLinux();
|
|
|