Index: ipc/ipc_logging.cc |
diff --git a/ipc/ipc_logging.cc b/ipc/ipc_logging.cc |
index da80b14dc95af54215f0fd35632fcbd5e3635d22..8b21eff2d3cb3f9fbcfd6e9627f695c921628c1f 100644 |
--- a/ipc/ipc_logging.cc |
+++ b/ipc/ipc_logging.cc |
@@ -77,7 +77,7 @@ Logging::~Logging() { |
} |
Logging* Logging::GetInstance() { |
- return Singleton<Logging>::get(); |
+ return base::Singleton<Logging>::get(); |
} |
void Logging::SetConsumer(Consumer* consumer) { |