| Index: components/spellcheck/browser/spellcheck_platform_mac_unittest.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc b/components/spellcheck/browser/spellcheck_platform_mac_unittest.cc
|
| similarity index 99%
|
| rename from chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc
|
| rename to components/spellcheck/browser/spellcheck_platform_mac_unittest.cc
|
| index 3eba35cbb1504072f53a4e18c26b63386426c5ea..7f9d41821aeffc3a03da43f778dbf86920000357 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc
|
| +++ b/components/spellcheck/browser/spellcheck_platform_mac_unittest.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/browser/spellchecker/spellcheck_platform.h"
|
| +#include "components/spellcheck/browser/spellcheck_platform.h"
|
|
|
| #include <stddef.h>
|
|
|
| @@ -12,7 +12,7 @@
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "chrome/common/spellcheck_result.h"
|
| +#include "components/spellcheck/common/spellcheck_result.h"
|
| #include "content/public/test/test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|