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

Unified Diff: chrome/browser/autocomplete/shortcuts_database.h

Issue 830503003: Move shortcuts_database.{cc,h} to //chrome/browser/autocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history-file-moves
Patch Set: Rebase Created 5 years, 12 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
Index: chrome/browser/autocomplete/shortcuts_database.h
diff --git a/chrome/browser/history/shortcuts_database.h b/chrome/browser/autocomplete/shortcuts_database.h
similarity index 96%
rename from chrome/browser/history/shortcuts_database.h
rename to chrome/browser/autocomplete/shortcuts_database.h
index a29331ae60095b6c67942052cdde5eb93980738a..b53b225d8627cb5386f0992fa7e43a35fdd3c395 100644
--- a/chrome/browser/history/shortcuts_database.h
+++ b/chrome/browser/autocomplete/shortcuts_database.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_HISTORY_SHORTCUTS_DATABASE_H_
-#define CHROME_BROWSER_HISTORY_SHORTCUTS_DATABASE_H_
+#ifndef CHROME_BROWSER_AUTOCOMPLETE_SHORTCUTS_DATABASE_H_
+#define CHROME_BROWSER_AUTOCOMPLETE_SHORTCUTS_DATABASE_H_
#include <map>
#include <string>
@@ -136,4 +136,4 @@ class ShortcutsDatabase : public base::RefCountedThreadSafe<ShortcutsDatabase> {
} // namespace history
-#endif // CHROME_BROWSER_HISTORY_SHORTCUTS_DATABASE_H_
+#endif // CHROME_BROWSER_AUTOCOMPLETE_SHORTCUTS_DATABASE_H_
« no previous file with comments | « chrome/browser/autocomplete/shortcuts_backend_unittest.cc ('k') | chrome/browser/autocomplete/shortcuts_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698