Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8509)

Unified Diff: components/spellcheck/renderer/spellcheck_provider_test.cc

Issue 2198143002: Componentize spellcheck [3]: move renderer/ files to component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/spellcheck/renderer/spellcheck_provider_test.cc
diff --git a/chrome/renderer/spellchecker/spellcheck_provider_test.cc b/components/spellcheck/renderer/spellcheck_provider_test.cc
similarity index 95%
rename from chrome/renderer/spellchecker/spellcheck_provider_test.cc
rename to components/spellcheck/renderer/spellcheck_provider_test.cc
index 26f8505dbaf3efe1bbf7cf314c960835d6702bda..71a6c6d07ad825bea2acea48d3a80c411a72c548 100644
--- a/chrome/renderer/spellchecker/spellcheck_provider_test.cc
+++ b/components/spellcheck/renderer/spellcheck_provider_test.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/renderer/spellchecker/spellcheck_provider_test.h"
+#include "components/spellcheck/renderer/spellcheck_provider_test.h"
#include "base/stl_util.h"
-#include "chrome/renderer/spellchecker/spellcheck.h"
#include "components/spellcheck/common/spellcheck_marker.h"
#include "components/spellcheck/common/spellcheck_messages.h"
+#include "components/spellcheck/renderer/spellcheck.h"
#include "ipc/ipc_message_macros.h"
class MockSpellcheck: public SpellCheck {
@@ -98,4 +98,3 @@ void TestingSpellCheckProvider::ResetResult() {
SpellCheckProviderTest::SpellCheckProviderTest() {}
SpellCheckProviderTest::~SpellCheckProviderTest() {}
-
« no previous file with comments | « components/spellcheck/renderer/spellcheck_provider_test.h ('k') | components/spellcheck/renderer/spellcheck_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698