summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_omnibox_api.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_omnibox_api.cc')
-rw-r--r--chrome/browser/extensions/extension_omnibox_api.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/extensions/extension_omnibox_api.cc b/chrome/browser/extensions/extension_omnibox_api.cc
index 21a7227..e51939e 100644
--- a/chrome/browser/extensions/extension_omnibox_api.cc
+++ b/chrome/browser/extensions/extension_omnibox_api.cc
@@ -101,7 +101,7 @@ void ExtensionOmniboxEventRouter::OnInputEntered(
NotificationService::current()->Notify(
chrome::NOTIFICATION_EXTENSION_OMNIBOX_INPUT_ENTERED,
- Source<Profile>(profile), NotificationService::NoDetails());
+ content::Source<Profile>(profile), NotificationService::NoDetails());
}
// static
@@ -142,8 +142,8 @@ bool OmniboxSendSuggestionsFunction::RunImpl() {
NotificationService::current()->Notify(
chrome::NOTIFICATION_EXTENSION_OMNIBOX_SUGGESTIONS_READY,
- Source<Profile>(profile_),
- Details<ExtensionOmniboxSuggestions>(&suggestions));
+ content::Source<Profile>(profile_),
+ content::Details<ExtensionOmniboxSuggestions>(&suggestions));
return true;
}
@@ -173,7 +173,7 @@ bool OmniboxSetDefaultSuggestionFunction::RunImpl() {
NotificationService::current()->Notify(
chrome::NOTIFICATION_EXTENSION_OMNIBOX_DEFAULT_SUGGESTION_CHANGED,
- Source<Profile>(profile_),
+ content::Source<Profile>(profile_),
NotificationService::NoDetails());
return true;