summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/extensions/extension_popup_controller_unittest.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/cocoa/extensions/extension_popup_controller_unittest.mm')
-rw-r--r--chrome/browser/ui/cocoa/extensions/extension_popup_controller_unittest.mm5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/ui/cocoa/extensions/extension_popup_controller_unittest.mm b/chrome/browser/ui/cocoa/extensions/extension_popup_controller_unittest.mm
index a0b5614..58e35a5 100644
--- a/chrome/browser/ui/cocoa/extensions/extension_popup_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/extensions/extension_popup_controller_unittest.mm
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "base/memory/scoped_nsobject.h"
#include "base/message_loop.h"
-#include "base/scoped_nsobject.h"
#include "chrome/browser/extensions/extension_pref_value_map.h"
#include "chrome/browser/extensions/extension_prefs.h"
#include "chrome/browser/extensions/extension_process_manager.h"
@@ -36,7 +36,8 @@ class ExtensionTestingProfile : public TestingProfile {
CommandLine::ForCurrentProcess(),
GetExtensionsInstallDir(),
extension_prefs_.get(),
- false);
+ false,
+ true);
service_->set_extensions_enabled(true);
service_->set_show_extensions_prompts(false);
service_->ClearProvidersForTesting();