| Index: components/spellcheck/common/spellcheck_messages.h
|
| diff --git a/chrome/common/spellcheck_messages.h b/components/spellcheck/common/spellcheck_messages.h
|
| similarity index 96%
|
| rename from chrome/common/spellcheck_messages.h
|
| rename to components/spellcheck/common/spellcheck_messages.h
|
| index a8dac3998eba794b5a4806ee4890c5f0dd19db8a..d55e7284bb3618e01811acf329dae29ae55b627e 100644
|
| --- a/chrome/common/spellcheck_messages.h
|
| +++ b/components/spellcheck/common/spellcheck_messages.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include <stdint.h>
|
|
|
| -#include "chrome/common/spellcheck_bdict_language.h"
|
| -#include "chrome/common/spellcheck_marker.h"
|
| -#include "chrome/common/spellcheck_result.h"
|
| +#include "components/spellcheck/common/spellcheck_bdict_language.h"
|
| +#include "components/spellcheck/common/spellcheck_marker.h"
|
| +#include "components/spellcheck/common/spellcheck_result.h"
|
| #include "ipc/ipc_message_macros.h"
|
| #include "ipc/ipc_platform_file.h"
|
|
|
|
|