summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/streams_private
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/api/streams_private')
-rw-r--r--chrome/browser/extensions/api/streams_private/streams_private_api.cc2
1 files changed, 1 insertions, 1 deletions
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 a6027ca..7e296b9 100644
--- a/chrome/browser/extensions/api/streams_private/streams_private_api.cc
+++ b/chrome/browser/extensions/api/streams_private/streams_private_api.cc
@@ -36,7 +36,7 @@ StreamsPrivateAPI* StreamsPrivateAPI::Get(Profile* profile) {
StreamsPrivateAPI::StreamsPrivateAPI(Profile* profile)
: profile_(profile),
- weak_ptr_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
+ weak_ptr_factory_(this) {
(new MimeTypesHandlerParser)->Register();
registrar_.Add(this, chrome::NOTIFICATION_EXTENSION_UNLOADED,