| Index: components/spellcheck/renderer/spellcheck_provider_test.h
|
| diff --git a/chrome/renderer/spellchecker/spellcheck_provider_test.h b/components/spellcheck/renderer/spellcheck_provider_test.h
|
| similarity index 87%
|
| rename from chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| rename to components/spellcheck/renderer/spellcheck_provider_test.h
|
| index 07630e49031b04a07b89a8517d28333020b243d6..3ef9d965a31d90c520cb1cc9c04216e5db463571 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| +++ b/components/spellcheck/renderer/spellcheck_provider_test.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_RENDERER_SPELLCHECKER_SPELLCHECK_PROVIDER_TEST_H_
|
| -#define CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_PROVIDER_TEST_H_
|
| +#ifndef COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_PROVIDER_TEST_H_
|
| +#define COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_PROVIDER_TEST_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -11,7 +11,7 @@
|
|
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/strings/string16.h"
|
| -#include "chrome/renderer/spellchecker/spellcheck_provider.h"
|
| +#include "components/spellcheck/renderer/spellcheck_provider.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/public/platform/WebVector.h"
|
| #include "third_party/WebKit/public/web/WebTextCheckingCompletion.h"
|
| @@ -65,4 +65,4 @@ class SpellCheckProviderTest : public testing::Test {
|
| TestingSpellCheckProvider provider_;
|
| };
|
|
|
| -#endif // CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_PROVIDER_TEST_H_
|
| +#endif // COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_PROVIDER_TEST_H_
|
|
|