Index: chrome/browser/spellchecker/spellcheck_message_filter_platform_mac_browsertest.cc |
diff --git a/chrome/browser/spellchecker/spellcheck_message_filter_platform_mac_browsertest.cc b/chrome/browser/spellchecker/spellcheck_message_filter_platform_mac_browsertest.cc |
index 11a6e5894a14a9cfa86a9e2d507a1e5e30cd46c6..b51e06451330fca7a2d81af812326bcdbf342ad2 100644 |
--- a/chrome/browser/spellchecker/spellcheck_message_filter_platform_mac_browsertest.cc |
+++ b/chrome/browser/spellchecker/spellcheck_message_filter_platform_mac_browsertest.cc |
@@ -12,9 +12,9 @@ |
#include "base/single_thread_task_runner.h" |
#include "base/stl_util.h" |
#include "base/strings/utf_string_conversions.h" |
-#include "chrome/common/spellcheck_messages.h" |
-#include "chrome/common/spellcheck_result.h" |
#include "chrome/test/base/in_process_browser_test.h" |
+#include "components/spellcheck/common/spellcheck_messages.h" |
+#include "components/spellcheck/common/spellcheck_result.h" |
#include "testing/gtest/include/gtest/gtest.h" |
// Fake filter for testing, which stores sent messages and |