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

Unified Diff: content/renderer/text_input_client_observer.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (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
« no previous file with comments | « content/renderer/stats_collection_controller.cc ('k') | content/renderer/text_input_client_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/text_input_client_observer.h
diff --git a/content/renderer/text_input_client_observer.h b/content/renderer/text_input_client_observer.h
index 4c8b9a6ba634724ff89217bad186f539f5939cef..cd6741889178eb2316a538b3dceae7e5e5b534a0 100644
--- a/content/renderer/text_input_client_observer.h
+++ b/content/renderer/text_input_client_observer.h
@@ -11,7 +11,7 @@
#include "ui/gfx/point.h"
#include "ui/gfx/range/range.h"
-namespace WebKit {
+namespace blink {
class WebView;
}
@@ -32,7 +32,7 @@ class TextInputClientObserver : public RenderViewObserver {
private:
// Returns the WebView of the RenderView.
- WebKit::WebView* webview();
+ blink::WebView* webview();
// IPC Message handlers:
void OnCharacterIndexForPoint(gfx::Point point);
« no previous file with comments | « content/renderer/stats_collection_controller.cc ('k') | content/renderer/text_input_client_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698