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

Unified Diff: components/spellcheck/renderer/custom_dictionary_engine.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/renderer/custom_dictionary_engine.cc
diff --git a/chrome/renderer/spellchecker/custom_dictionary_engine.cc b/components/spellcheck/renderer/custom_dictionary_engine.cc
similarity index 95%
rename from chrome/renderer/spellchecker/custom_dictionary_engine.cc
rename to components/spellcheck/renderer/custom_dictionary_engine.cc
index f2bf49d505ac712cca5770e904e1ad11a9c63c35..e00b7ec178d1b9177431ed99fdc6a42274ebf00b 100644
--- a/chrome/renderer/spellchecker/custom_dictionary_engine.cc
+++ b/components/spellcheck/renderer/custom_dictionary_engine.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/renderer/spellchecker/custom_dictionary_engine.h"
+#include "components/spellcheck/renderer/custom_dictionary_engine.h"
#include <stddef.h>

Powered by Google App Engine
This is Rietveld 408576698