Index: chrome/browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc |
diff --git a/chrome/browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc b/chrome/browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc |
index 07de381dcf74acab0d33d00f66b87c5dc5de35f6..e9810e86ad86f54625005675a8e3058e837ded78 100644 |
--- a/chrome/browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc |
+++ b/chrome/browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc |
@@ -2,15 +2,15 @@ |
// 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_message_filter_platform.h" |
+#include "components/spellcheck/browser/spellcheck_message_filter_platform.h" |
#include <stddef.h> |
#include <stdint.h> |
#include "base/macros.h" |
#include "base/strings/utf_string_conversions.h" |
-#include "chrome/common/spellcheck_messages.h" |
-#include "chrome/common/spellcheck_result.h" |
+#include "components/spellcheck/common/spellcheck_messages.h" |
+#include "components/spellcheck/common/spellcheck_result.h" |
#include "content/public/browser/browser_thread.h" |
#include "ipc/ipc_message.h" |
#include "testing/gtest/include/gtest/gtest.h" |