| Index: chrome/browser/profiles/profile_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_browsertest.cc (revision 147577)
|
| +++ chrome/browser/profiles/profile_browsertest.cc (working copy)
|
| @@ -99,7 +99,7 @@
|
| ASSERT_TRUE(profile.get());
|
|
|
| // Wait for the profile to be created.
|
| - ui_test_utils::WindowedNotificationObserver observer(
|
| + content::WindowedNotificationObserver observer(
|
| chrome::NOTIFICATION_PROFILE_CREATED,
|
| content::Source<Profile>(profile.get()));
|
| observer.Wait();
|
| @@ -120,7 +120,7 @@
|
| ASSERT_TRUE(profile.get());
|
|
|
| // Wait for the profile to be created.
|
| - ui_test_utils::WindowedNotificationObserver observer(
|
| + content::WindowedNotificationObserver observer(
|
| chrome::NOTIFICATION_PROFILE_CREATED,
|
| content::Source<Profile>(profile.get()));
|
| observer.Wait();
|
| @@ -143,7 +143,7 @@
|
| ASSERT_TRUE(profile.get());
|
|
|
| // Wait for the profile to be created.
|
| - ui_test_utils::WindowedNotificationObserver observer(
|
| + content::WindowedNotificationObserver observer(
|
| chrome::NOTIFICATION_PROFILE_CREATED,
|
| content::Source<Profile>(profile.get()));
|
| observer.Wait();
|
|
|