Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(809)

Unified Diff: chrome/browser/autocomplete/shortcuts_backend_factory.cc

Issue 2787713002: Remove deprecated extension notification from shortcuts_extensions_manager.h/cc (Closed)
Patch Set: review Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/autocomplete/shortcuts_extensions_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/shortcuts_backend_factory.cc
diff --git a/chrome/browser/autocomplete/shortcuts_backend_factory.cc b/chrome/browser/autocomplete/shortcuts_backend_factory.cc
index 2fb5a4ba12f935b39ed675266ac0b238c08a8133..36c64cd55aa2b99df18f3d0413c5157fabe9810a 100644
--- a/chrome/browser/autocomplete/shortcuts_backend_factory.cc
+++ b/chrome/browser/autocomplete/shortcuts_backend_factory.cc
@@ -7,7 +7,6 @@
#include <memory>
#include "base/memory/ptr_util.h"
-#include "chrome/browser/autocomplete/shortcuts_extensions_manager.h"
#include "chrome/browser/history/history_service_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/search_engines/template_url_service_factory.h"
@@ -19,11 +18,13 @@
#include "content/public/browser/browser_thread.h"
#include "extensions/features/features.h"
-namespace {
#if BUILDFLAG(ENABLE_EXTENSIONS)
+#include "chrome/browser/autocomplete/shortcuts_extensions_manager.h"
+
+namespace {
const char kShortcutsExtensionsManagerKey[] = "ShortcutsExtensionsManager";
-#endif
}
+#endif
// static
scoped_refptr<ShortcutsBackend> ShortcutsBackendFactory::GetForProfile(
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/autocomplete/shortcuts_extensions_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698