diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/load_and_launch_browsertest.cc | 2 |
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: |