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

Unified Diff: Source/core/editing/SpellCheckRequester.h

Issue 22475010: Copy SpellChecker.{cpp,h} to SpellCheckRequester.{cpp.h} (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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/SpellCheckRequestManager.cpp ('k') | Source/core/editing/SpellCheckRequester.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/SpellCheckRequester.h
diff --git a/Source/core/editing/SpellCheckRequestManager.h b/Source/core/editing/SpellCheckRequester.h
similarity index 97%
rename from Source/core/editing/SpellCheckRequestManager.h
rename to Source/core/editing/SpellCheckRequester.h
index e2fde548a5d23f0f13e03ebeb21bf5971d25f32b..0165f32e4c4c067bf8f6c8d6f55f801eedfc8232 100644
--- a/Source/core/editing/SpellCheckRequestManager.h
+++ b/Source/core/editing/SpellCheckRequester.h
@@ -23,8 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef SpellCheckRequestManager_h
-#define SpellCheckRequestManager_h
+#ifndef SpellCheckRequester_h
+#define SpellCheckRequester_h
#include "core/dom/Element.h"
#include "core/dom/Range.h"
@@ -118,4 +118,4 @@ private:
} // namespace WebCore
-#endif // SpellCheckRequestManager_h
+#endif // SpellCheckRequester_h
« no previous file with comments | « Source/core/editing/SpellCheckRequestManager.cpp ('k') | Source/core/editing/SpellCheckRequester.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698