| Index: content/browser/tracing/power_tracing_agent.h
|
| diff --git a/content/browser/tracing/power_tracing_agent.h b/content/browser/tracing/power_tracing_agent.h
|
| index f29918ccabf669fc044c1c7a4e41654f6e511b49..3c897d6753df931394354bfeca13814d668feac0 100644
|
| --- a/content/browser/tracing/power_tracing_agent.h
|
| +++ b/content/browser/tracing/power_tracing_agent.h
|
| @@ -8,8 +8,10 @@
|
| #include "base/memory/ref_counted_memory.h"
|
| #include "base/threading/thread.h"
|
|
|
| +namespace base {
|
| template <typename Type>
|
| struct DefaultSingletonTraits;
|
| +} // namespace base
|
|
|
| namespace content {
|
|
|
| @@ -29,7 +31,7 @@ class PowerTracingAgent {
|
| private:
|
| // This allows constructor and destructor to be private and usable only
|
| // by the Singleton class.
|
| - friend struct DefaultSingletonTraits<PowerTracingAgent>;
|
| + friend struct base::DefaultSingletonTraits<PowerTracingAgent>;
|
|
|
| // Constructor.
|
| PowerTracingAgent();
|
|
|