Index: content/child/blink_platform_impl.cc |
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc |
index 222dc990de1e41e9f774a62fd8655962fcb429b1..669642fbd4edef31d54c0e59117b764129044867 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(); } |