| Index: content/browser/message_port_service.cc
|
| diff --git a/content/browser/message_port_service.cc b/content/browser/message_port_service.cc
|
| index 31318d453b6681cf74ef85e4b4be5f2e755c5fb5..d5e5b23f3a3779fdb37b6482ceb66fb5be42c1d0 100644
|
| --- a/content/browser/message_port_service.cc
|
| +++ b/content/browser/message_port_service.cc
|
| @@ -50,7 +50,7 @@ struct MessagePortService::MessagePort {
|
| };
|
|
|
| MessagePortService* MessagePortService::GetInstance() {
|
| - return Singleton<MessagePortService>::get();
|
| + return base::Singleton<MessagePortService>::get();
|
| }
|
|
|
| MessagePortService::MessagePortService()
|
|
|