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

Unified Diff: components/omnibox/shortcuts_backend.cc

Issue 1176153006: Componentize ShortcutsBackend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shortcuts_backend_dependency_injection
Patch Set: Rebase Created 5 years, 6 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 | « components/omnibox/shortcuts_backend.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/shortcuts_backend.cc
diff --git a/chrome/browser/autocomplete/shortcuts_backend.cc b/components/omnibox/shortcuts_backend.cc
similarity index 99%
rename from chrome/browser/autocomplete/shortcuts_backend.cc
rename to components/omnibox/shortcuts_backend.cc
index f2adb58ba7c50c064db9cce729bd5fbd462d59c4..945639bf06155567d96838a0e7aca17701f16520 100644
--- a/chrome/browser/autocomplete/shortcuts_backend.cc
+++ b/components/omnibox/shortcuts_backend.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/autocomplete/shortcuts_backend.h"
+#include "components/omnibox/shortcuts_backend.h"
#include <map>
#include <string>
« no previous file with comments | « components/omnibox/shortcuts_backend.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698