Index: chrome/browser/autocomplete/shortcuts_provider_unittest.cc |
diff --git a/chrome/browser/autocomplete/shortcuts_provider_unittest.cc b/chrome/browser/autocomplete/shortcuts_provider_unittest.cc |
index f36be58243a868e81a1bf5b03aa358c5c28386d4..e802ce9266614f851884e55e3c35d18804a17fff 100644 |
--- a/chrome/browser/autocomplete/shortcuts_provider_unittest.cc |
+++ b/chrome/browser/autocomplete/shortcuts_provider_unittest.cc |
@@ -21,7 +21,6 @@ |
#include "chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.h" |
#include "chrome/browser/autocomplete/shortcuts_backend.h" |
#include "chrome/browser/autocomplete/shortcuts_backend_factory.h" |
-#include "chrome/browser/chrome_notification_types.h" |
#include "chrome/browser/history/history_service.h" |
#include "chrome/browser/history/in_memory_url_index.h" |
#include "chrome/common/pref_names.h" |
@@ -33,6 +32,7 @@ |
#include "components/metrics/proto/omnibox_event.pb.h" |
#include "content/public/browser/notification_service.h" |
#include "content/public/test/test_browser_thread.h" |
+#include "extensions/browser/notification_types.h" |
#include "extensions/common/extension.h" |
#include "extensions/common/extension_builder.h" |
#include "extensions/common/value_builder.h" |
@@ -840,7 +840,7 @@ TEST_F(ShortcutsProviderTest, Extension) { |
extensions::UnloadedExtensionInfo details( |
extension.get(), extensions::UnloadedExtensionInfo::REASON_UNINSTALL); |
content::NotificationService::current()->Notify( |
- chrome::NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED, |
+ extensions::NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED, |
content::Source<Profile>(&profile_), |
content::Details<extensions::UnloadedExtensionInfo>(&details)); |