Index: extensions/browser/api/runtime/runtime_apitest.cc |
diff --git a/extensions/browser/api/runtime/runtime_apitest.cc b/extensions/browser/api/runtime/runtime_apitest.cc |
index 167a91a0e25add62f9a17e13d9e39794064cbdfc..2f92756106c9fab52b1d495b9d605ad9fbc96dd0 100644 |
--- a/extensions/browser/api/runtime/runtime_apitest.cc |
+++ b/extensions/browser/api/runtime/runtime_apitest.cc |
@@ -97,10 +97,10 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTest, DISABLED_ChromeRuntimeReload) { |
// anyway. |
for (int i = 0; i < 30; i++) { |
content::WindowedNotificationObserver unload_observer( |
- chrome::NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED, |
+ extensions::NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED, |
content::NotificationService::AllSources()); |
content::WindowedNotificationObserver load_observer( |
- chrome::NOTIFICATION_EXTENSION_LOADED_DEPRECATED, |
+ extensions::NOTIFICATION_EXTENSION_LOADED_DEPRECATED, |
content::NotificationService::AllSources()); |
ASSERT_TRUE(ExecuteScriptInBackgroundPageNoWait( |