| Index: chrome/browser/extensions/api/runtime/runtime_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/runtime/runtime_apitest.cc b/chrome/browser/extensions/api/runtime/runtime_apitest.cc
|
| index 6b0ee941c632acd458bbbdeda1304c00e5f397b3..11469e758d15b9b8ab3fe3042d0bcc00f4e22b38 100644
|
| --- a/chrome/browser/extensions/api/runtime/runtime_apitest.cc
|
| +++ b/chrome/browser/extensions/api/runtime/runtime_apitest.cc
|
| @@ -101,7 +101,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTest, ChromeRuntimeReload) {
|
| chrome::NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED,
|
| content::NotificationService::AllSources());
|
| content::WindowedNotificationObserver load_observer(
|
| - chrome::NOTIFICATION_EXTENSION_LOADED,
|
| + chrome::NOTIFICATION_EXTENSION_LOADED_DEPRECATED,
|
| content::NotificationService::AllSources());
|
|
|
| ASSERT_TRUE(ExecuteScriptInBackgroundPageNoWait(
|
|
|