| Index: chrome/browser/chrome_main_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_main_browsertest.cc (revision 147577)
|
| +++ chrome/browser/chrome_main_browsertest.cc (working copy)
|
| @@ -50,7 +50,7 @@
|
| FilePath(), FilePath().AppendASCII("empty.html"));
|
| CommandLine new_command_line(GetCommandLineForRelaunch());
|
| new_command_line.AppendArgPath(test_file_path);
|
| - ui_test_utils::WindowedNotificationObserver observer(
|
| + content::WindowedNotificationObserver observer(
|
| chrome::NOTIFICATION_TAB_ADDED,
|
| content::NotificationService::AllSources());
|
| Relaunch(new_command_line);
|
| @@ -103,7 +103,7 @@
|
|
|
| // Close the first window.
|
| Profile* profile = browser()->profile();
|
| - ui_test_utils::WindowedNotificationObserver observer(
|
| + content::WindowedNotificationObserver observer(
|
| chrome::NOTIFICATION_BROWSER_CLOSED,
|
| content::NotificationService::AllSources());
|
| chrome::CloseWindow(browser());
|
| @@ -118,7 +118,7 @@
|
| FilePath(), FilePath().AppendASCII("empty.html"));
|
| CommandLine new_command_line(GetCommandLineForRelaunch());
|
| new_command_line.AppendArgPath(test_file_path);
|
| - ui_test_utils::WindowedNotificationObserver tab_observer(
|
| + content::WindowedNotificationObserver tab_observer(
|
| chrome::NOTIFICATION_TAB_ADDED,
|
| content::NotificationService::AllSources());
|
| Relaunch(new_command_line);
|
|
|