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

Unified Diff: components/spellcheck/renderer/spellcheck_provider.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_provider.h
diff --git a/chrome/renderer/spellchecker/spellcheck_provider.h b/components/spellcheck/renderer/spellcheck_provider.h
similarity index 95%
rename from chrome/renderer/spellchecker/spellcheck_provider.h
rename to components/spellcheck/renderer/spellcheck_provider.h
index 1a6ddcda3ed750d9e3ffd8cc65a6abff8b6d8e84..46e160624ed6008a763651909941468de63ec533 100644
--- a/chrome/renderer/spellchecker/spellcheck_provider.h
+++ b/components/spellcheck/renderer/spellcheck_provider.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_PROVIDER_H_
-#define CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_PROVIDER_H_
+#ifndef COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_PROVIDER_H_
+#define COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_PROVIDER_H_
#include <stddef.h>
#include <stdint.h>
@@ -131,4 +131,4 @@ class SpellCheckProvider
DISALLOW_COPY_AND_ASSIGN(SpellCheckProvider);
};
-#endif // CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_PROVIDER_H_
+#endif // COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_PROVIDER_H_

Powered by Google App Engine
This is Rietveld 408576698