| Index: components/omnibox/shortcuts_backend.h
|
| diff --git a/chrome/browser/autocomplete/shortcuts_backend.h b/components/omnibox/shortcuts_backend.h
|
| similarity index 97%
|
| rename from chrome/browser/autocomplete/shortcuts_backend.h
|
| rename to components/omnibox/shortcuts_backend.h
|
| index 2c7e650beaa3162b0759628b84160b3d69cfb5a6..5b06f5931eed3050e12fedacc5302fc239e525b8 100644
|
| --- a/chrome/browser/autocomplete/shortcuts_backend.h
|
| +++ b/components/omnibox/shortcuts_backend.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_AUTOCOMPLETE_SHORTCUTS_BACKEND_H_
|
| -#define CHROME_BROWSER_AUTOCOMPLETE_SHORTCUTS_BACKEND_H_
|
| +#ifndef COMPONENTS_OMNIBOX_SHORTCUTS_BACKEND_H_
|
| +#define COMPONENTS_OMNIBOX_SHORTCUTS_BACKEND_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -171,4 +171,4 @@ class ShortcutsBackend : public RefcountedKeyedService,
|
| DISALLOW_COPY_AND_ASSIGN(ShortcutsBackend);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_AUTOCOMPLETE_SHORTCUTS_BACKEND_H_
|
| +#endif // COMPONENTS_OMNIBOX_SHORTCUTS_BACKEND_H_
|
|
|