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

Unified Diff: Source/web/WebTextCheckingCompletionImpl.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/web/WebTextAreaElement.cpp ('k') | Source/web/WebTextCheckingCompletionImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebTextCheckingCompletionImpl.h
diff --git a/Source/web/WebTextCheckingCompletionImpl.h b/Source/web/WebTextCheckingCompletionImpl.h
index 90924fc01d305d7b8c5e4f51203013a579a13126..499b83feafd8ed04b46dab6ea12a353e3e0db1ba 100644
--- a/Source/web/WebTextCheckingCompletionImpl.h
+++ b/Source/web/WebTextCheckingCompletionImpl.h
@@ -41,7 +41,7 @@ class EditorClientImpl;
class WebTextCheckingCompletionImpl FINAL : public WebTextCheckingCompletion {
public:
- explicit WebTextCheckingCompletionImpl(WTF::PassRefPtr<WebCore::TextCheckingRequest> request)
+ explicit WebTextCheckingCompletionImpl(WTF::PassRefPtr<blink::TextCheckingRequest> request)
: m_request(request)
{
}
@@ -52,7 +52,7 @@ public:
private:
virtual ~WebTextCheckingCompletionImpl() { }
- WTF::RefPtr<WebCore::TextCheckingRequest> m_request;
+ WTF::RefPtr<blink::TextCheckingRequest> m_request;
};
} // namespace blink
« no previous file with comments | « Source/web/WebTextAreaElement.cpp ('k') | Source/web/WebTextCheckingCompletionImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698