| Index: components/spellcheck/browser/spellcheck_dictionary.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_dictionary.h b/components/spellcheck/browser/spellcheck_dictionary.h
|
| similarity index 72%
|
| rename from chrome/browser/spellchecker/spellcheck_dictionary.h
|
| rename to components/spellcheck/browser/spellcheck_dictionary.h
|
| index ea94c98a2f7bfc6c11655f5f31e62be99ae21af1..7d79a71032269f321f532ddadb6fed8722436c1a 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_dictionary.h
|
| +++ b/components/spellcheck/browser/spellcheck_dictionary.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_SPELLCHECKER_SPELLCHECK_DICTIONARY_H_
|
| -#define CHROME_BROWSER_SPELLCHECKER_SPELLCHECK_DICTIONARY_H_
|
| +#ifndef COMPONENTS_SPELLCHECK_BROWSER_SPELLCHECK_DICTIONARY_H_
|
| +#define COMPONENTS_SPELLCHECK_BROWSER_SPELLCHECK_DICTIONARY_H_
|
|
|
| #include "base/macros.h"
|
|
|
| @@ -20,4 +20,4 @@ class SpellcheckDictionary {
|
| DISALLOW_COPY_AND_ASSIGN(SpellcheckDictionary);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_SPELLCHECKER_SPELLCHECK_DICTIONARY_H_
|
| +#endif // COMPONENTS_SPELLCHECK_BROWSER_SPELLCHECK_DICTIONARY_H_
|
|
|