| Index: chrome/renderer/spellchecker/spellcheck_provider_mac_unittest.cc
|
| diff --git a/chrome/renderer/spellchecker/spellcheck_provider_mac_unittest.cc b/chrome/renderer/spellchecker/spellcheck_provider_mac_unittest.cc
|
| index f1dcaaef19eca9cf965be2447b374dba445a08ab..82c8ec99c803ff5a48adb12c4e7cfd90d37d638f 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck_provider_mac_unittest.cc
|
| +++ b/chrome/renderer/spellchecker/spellcheck_provider_mac_unittest.cc
|
| @@ -6,13 +6,16 @@
|
| #include <vector>
|
|
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "chrome/common/spellcheck_marker.h"
|
| -#include "chrome/common/spellcheck_messages.h"
|
| -#include "chrome/common/spellcheck_result.h"
|
| #include "chrome/renderer/spellchecker/spellcheck_provider_test.h"
|
| +#include "components/spellcheck/common/spellcheck_marker.h"
|
| +#include "components/spellcheck/common/spellcheck_messages.h"
|
| +#include "components/spellcheck/common/spellcheck_result.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
|
|
| +using spellcheck::SpellCheckMarker;
|
| +using spellcheck::SpellCheckResult;
|
| +
|
| namespace {
|
|
|
| class SpellCheckProviderMacTest : public SpellCheckProviderTest {};
|
|
|