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

Unified Diff: components/spellcheck/browser/spellcheck_platform_android.cc

Issue 2159283003: [WIP][DO NOT LAND] Componentize spellcheck Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/browser/spellcheck_platform_android.cc
diff --git a/chrome/browser/spellchecker/spellcheck_platform_android.cc b/components/spellcheck/browser/spellcheck_platform_android.cc
similarity index 93%
rename from chrome/browser/spellchecker/spellcheck_platform_android.cc
rename to components/spellcheck/browser/spellcheck_platform_android.cc
index 101794373e72b6261c75e58721a7eb0dc147d20a..a27cb2b1c7bc963d9892ebbb9d58c79c8e5947a2 100644
--- a/chrome/browser/spellchecker/spellcheck_platform_android.cc
+++ b/components/spellcheck/browser/spellcheck_platform_android.cc
@@ -2,11 +2,11 @@
// 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 "base/callback.h"
#include "base/command_line.h"
-#include "chrome/common/chrome_switches.h"
+#include "content/public/common/content_switches.h"
namespace spellcheck_platform {
« no previous file with comments | « components/spellcheck/browser/spellcheck_platform.h ('k') | components/spellcheck/browser/spellcheck_platform_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698