| Index: components/spellcheck/renderer/custom_dictionary_engine.cc
|
| diff --git a/chrome/renderer/spellchecker/custom_dictionary_engine.cc b/components/spellcheck/renderer/custom_dictionary_engine.cc
|
| similarity index 95%
|
| rename from chrome/renderer/spellchecker/custom_dictionary_engine.cc
|
| rename to components/spellcheck/renderer/custom_dictionary_engine.cc
|
| index f2bf49d505ac712cca5770e904e1ad11a9c63c35..e00b7ec178d1b9177431ed99fdc6a42274ebf00b 100644
|
| --- a/chrome/renderer/spellchecker/custom_dictionary_engine.cc
|
| +++ b/components/spellcheck/renderer/custom_dictionary_engine.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/renderer/spellchecker/custom_dictionary_engine.h"
|
| +#include "components/spellcheck/renderer/custom_dictionary_engine.h"
|
|
|
| #include <stddef.h>
|
|
|
|
|