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

Unified Diff: Source/web/WebTextCheckingCompletionImpl.h

Issue 467573002: Cleanup namespace usage in Source/web/Web*.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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/web/WebSocketImpl.h ('k') | Source/web/WebViewImpl.h » ('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 499b83feafd8ed04b46dab6ea12a353e3e0db1ba..ca4b3b5250f09cef91966d960d4cf514b2225d07 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<blink::TextCheckingRequest> request)
+ explicit WebTextCheckingCompletionImpl(WTF::PassRefPtr<TextCheckingRequest> request)
: m_request(request)
{
}
@@ -52,7 +52,7 @@ public:
private:
virtual ~WebTextCheckingCompletionImpl() { }
- WTF::RefPtr<blink::TextCheckingRequest> m_request;
+ WTF::RefPtr<TextCheckingRequest> m_request;
};
} // namespace blink
« no previous file with comments | « Source/web/WebSocketImpl.h ('k') | Source/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698