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

Unified Diff: components/spellcheck/renderer/spellcheck.h

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.h
diff --git a/chrome/renderer/spellchecker/spellcheck.h b/components/spellcheck/renderer/spellcheck.h
similarity index 96%
rename from chrome/renderer/spellchecker/spellcheck.h
rename to components/spellcheck/renderer/spellcheck.h
index 2b4386e501904eb929812a5626d9c5d2189370fe..9bcd1ce0295e003f64efc48994fa03e268286201 100644
--- a/chrome/renderer/spellchecker/spellcheck.h
+++ b/components/spellcheck/renderer/spellcheck.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_H_
-#define CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_H_
+#ifndef COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_H_
+#define COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_H_
#include <memory>
#include <set>
@@ -16,7 +16,7 @@
#include "base/memory/scoped_vector.h"
#include "base/memory/weak_ptr.h"
#include "base/strings/string16.h"
-#include "chrome/renderer/spellchecker/custom_dictionary_engine.h"
+#include "components/spellcheck/renderer/custom_dictionary_engine.h"
#include "content/public/renderer/render_thread_observer.h"
struct SpellCheckBDictLanguage;
@@ -161,4 +161,4 @@ class SpellCheck : public content::RenderThreadObserver,
DISALLOW_COPY_AND_ASSIGN(SpellCheck);
};
-#endif // CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_H_
+#endif // COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_H_
« no previous file with comments | « components/spellcheck/renderer/platform_spelling_engine.cc ('k') | components/spellcheck/renderer/spellcheck.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698