summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions')
-rw-r--r--chrome/browser/extensions/extension_process_manager_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_process_manager_unittest.cc b/chrome/browser/extensions/extension_process_manager_unittest.cc
index 8ab9517..cf2d5d9 100644
--- a/chrome/browser/extensions/extension_process_manager_unittest.cc
+++ b/chrome/browser/extensions/extension_process_manager_unittest.cc
@@ -31,11 +31,11 @@ TEST_F(ExtensionProcessManagerTest, ProcessGrouping) {
// Extensions in different profiles should always be different SiteInstances.
// Note: we don't initialize these, since we're not testing that
// functionality. This means we can get away with a NULL UserScriptMaster.
- TestingProfile profile1(1);
+ TestingProfile profile1;
scoped_ptr<ExtensionProcessManager> manager1(
new ExtensionProcessManager(&profile1));
- TestingProfile profile2(2);
+ TestingProfile profile2;
scoped_ptr<ExtensionProcessManager> manager2(
new ExtensionProcessManager(&profile2));