Index: chrome/browser/chrome_main_browsertest.cc |
diff --git a/chrome/browser/chrome_main_browsertest.cc b/chrome/browser/chrome_main_browsertest.cc |
index 513b2034444b904a6a8c5d59860cf216a39ba1eb..b34080a994b0001863480079b2f53357f265a9db 100644 |
--- a/chrome/browser/chrome_main_browsertest.cc |
+++ b/chrome/browser/chrome_main_browsertest.cc |
@@ -73,7 +73,7 @@ IN_PROC_BROWSER_TEST_F(ChromeMainTest, ReuseBrowserInstanceWhenOpeningFile) { |
FilePath(), FilePath().AppendASCII("empty.html")); |
new_command_line_.AppendArgPath(test_file_path); |
ui_test_utils::WindowedNotificationObserver observer( |
- content::NOTIFICATION_TAB_ADDED, |
+ chrome::NOTIFICATION_TAB_ADDED, |
content::NotificationService::AllSources()); |
Relaunch(); |
observer.Wait(); |
@@ -136,7 +136,7 @@ IN_PROC_BROWSER_TEST_F(ChromeMainTest, SecondLaunchFromIncognitoWithNormalUrl) { |
FilePath(), FilePath().AppendASCII("empty.html")); |
new_command_line_.AppendArgPath(test_file_path); |
ui_test_utils::WindowedNotificationObserver tab_observer( |
- content::NOTIFICATION_TAB_ADDED, |
+ chrome::NOTIFICATION_TAB_ADDED, |
content::NotificationService::AllSources()); |
Relaunch(); |
tab_observer.Wait(); |