| 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_
|
|
|