| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index 1ff9675e3cd6118aa6a53eabaaee6e78f9053465..f5db7da398abb369d64c69e74a305fa268f669f4 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -114,7 +114,7 @@ class MemoryUsageCache {
|
| public:
|
| // Retrieves the Singleton.
|
| static MemoryUsageCache* GetInstance() {
|
| - return Singleton<MemoryUsageCache>::get();
|
| + return base::Singleton<MemoryUsageCache>::get();
|
| }
|
|
|
| MemoryUsageCache() : memory_value_(0) { Init(); }
|
|
|