| Index: components/omnibox/answers_cache.h
|
| diff --git a/chrome/browser/autocomplete/answers_cache.h b/components/omnibox/answers_cache.h
|
| similarity index 88%
|
| rename from chrome/browser/autocomplete/answers_cache.h
|
| rename to components/omnibox/answers_cache.h
|
| index 3182b2a3078f2985efa512ff4f05c17a69637764..688143e358bfdbde387024536076970f0f0e627d 100644
|
| --- a/chrome/browser/autocomplete/answers_cache.h
|
| +++ b/components/omnibox/answers_cache.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_ANSWERS_CACHE_H_
|
| -#define CHROME_BROWSER_AUTOCOMPLETE_ANSWERS_CACHE_H_
|
| +#ifndef COMPONENTS_OMNIBOX_ANSWERS_CACHE_H_
|
| +#define COMPONENTS_OMNIBOX_ANSWERS_CACHE_H_
|
|
|
| #include <list>
|
|
|
| @@ -43,4 +43,4 @@ class AnswersCache {
|
| DISALLOW_COPY_AND_ASSIGN(AnswersCache);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_AUTOCOMPLETE_ANSWERS_CACHE_H_
|
| +#endif // COMPONENTS_OMNIBOX_ANSWERS_CACHE_H_
|
|
|