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

Unified Diff: Source/core/editing/spellcheck/SpellCheckRequester.cpp

Issue 1287263004: Move spell checker in core/editing/ related files into core/editing/spellcheck/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-08-17T10:33:57 Created 5 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
« no previous file with comments | « Source/core/editing/spellcheck/SpellCheckRequester.h ('k') | Source/core/editing/spellcheck/SpellChecker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/spellcheck/SpellCheckRequester.cpp
diff --git a/Source/core/editing/SpellCheckRequester.cpp b/Source/core/editing/spellcheck/SpellCheckRequester.cpp
similarity index 98%
rename from Source/core/editing/SpellCheckRequester.cpp
rename to Source/core/editing/spellcheck/SpellCheckRequester.cpp
index 7da5056db191f79a2d8b1e4cd4f8d9b8a5fed2a4..a5a99b8e2d641440ee7c76e0e59982527298ba69 100644
--- a/Source/core/editing/SpellCheckRequester.cpp
+++ b/Source/core/editing/spellcheck/SpellCheckRequester.cpp
@@ -24,12 +24,12 @@
*/
#include "config.h"
-#include "core/editing/SpellCheckRequester.h"
+#include "core/editing/spellcheck/SpellCheckRequester.h"
#include "core/dom/Document.h"
#include "core/dom/Node.h"
-#include "core/editing/SpellChecker.h"
#include "core/editing/markers/DocumentMarkerController.h"
+#include "core/editing/spellcheck/SpellChecker.h"
#include "core/frame/LocalFrame.h"
#include "core/frame/Settings.h"
#include "platform/text/TextCheckerClient.h"
« no previous file with comments | « Source/core/editing/spellcheck/SpellCheckRequester.h ('k') | Source/core/editing/spellcheck/SpellChecker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698