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

Unified Diff: chrome/renderer/spellchecker/spellcheck_provider_test.h

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: chrome/renderer/spellchecker/spellcheck_provider_test.h
diff --git a/chrome/renderer/spellchecker/spellcheck_provider_test.h b/chrome/renderer/spellchecker/spellcheck_provider_test.h
index bda4fef13b304e8e04307e76b3d2936055fd6e16..878c9486eda3c616237c3c3593c045c908ba5b06 100644
--- a/chrome/renderer/spellchecker/spellcheck_provider_test.h
+++ b/chrome/renderer/spellchecker/spellcheck_provider_test.h
@@ -20,13 +20,13 @@ namespace IPC {
}
// A fake completion object for verification.
-class FakeTextCheckingCompletion : public WebKit::WebTextCheckingCompletion {
+class FakeTextCheckingCompletion : public blink::WebTextCheckingCompletion {
public:
FakeTextCheckingCompletion();
~FakeTextCheckingCompletion();
virtual void didFinishCheckingText(
- const WebKit::WebVector<WebKit::WebTextCheckingResult>& results) OVERRIDE;
+ const blink::WebVector<blink::WebTextCheckingResult>& results) OVERRIDE;
virtual void didCancelCheckingText() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698