| Index: components/spellcheck/common/spellcheck_result.h
|
| diff --git a/chrome/common/spellcheck_result.h b/components/spellcheck/common/spellcheck_result.h
|
| similarity index 87%
|
| rename from chrome/common/spellcheck_result.h
|
| rename to components/spellcheck/common/spellcheck_result.h
|
| index 33ff5d48bd2a7310d0697ef1c175a97287a105ff..61d193b07cabdf1c60203845f4ec128e0ccc9206 100644
|
| --- a/chrome/common/spellcheck_result.h
|
| +++ b/components/spellcheck/common/spellcheck_result.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_COMMON_SPELLCHECK_RESULT_H_
|
| -#define CHROME_COMMON_SPELLCHECK_RESULT_H_
|
| +#ifndef COMPONENTS_SPELLCHECK_COMMON_SPELLCHECK_RESULT_H_
|
| +#define COMPONENTS_SPELLCHECK_COMMON_SPELLCHECK_RESULT_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -40,4 +40,4 @@ struct SpellCheckResult {
|
| uint32_t hash;
|
| };
|
|
|
| -#endif // CHROME_COMMON_SPELLCHECK_RESULT_H_
|
| +#endif // COMPONENTS_SPELLCHECK_COMMON_SPELLCHECK_RESULT_H_
|
|
|