Index: chrome/browser/extensions/api/streams_private/streams_private_api.cc |
diff --git a/chrome/browser/extensions/api/streams_private/streams_private_api.cc b/chrome/browser/extensions/api/streams_private/streams_private_api.cc |
index d76f24b7777d3fd101055ba2a559f0dcc54aaeb3..6a2213a29430759857af3b0946087492e1180d87 100644 |
--- a/chrome/browser/extensions/api/streams_private/streams_private_api.cc |
+++ b/chrome/browser/extensions/api/streams_private/streams_private_api.cc |
@@ -77,7 +77,7 @@ static base::LazyInstance<ProfileKeyedAPIFactory<StreamsPrivateAPI> > |
// static |
ProfileKeyedAPIFactory<StreamsPrivateAPI>* |
StreamsPrivateAPI::GetFactoryInstance() { |
- return &g_factory.Get(); |
+ return g_factory.Pointer(); |
} |
void StreamsPrivateAPI::Observe(int type, |