summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/load_and_launch_browsertest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/load_and_launch_browsertest.cc b/apps/load_and_launch_browsertest.cc
index e9814e9..fecfe84 100644
--- a/apps/load_and_launch_browsertest.cc
+++ b/apps/load_and_launch_browsertest.cc
@@ -124,7 +124,7 @@ class PlatformAppLoadAndLaunchBrowserTest : public PlatformAppBrowserTest {
// Start an actual browser because we can't shut down with just an app
// window.
- CreateBrowser(ProfileManager::GetDefaultProfile());
+ CreateBrowser(ProfileManager::GetActiveUserProfile());
}
private: