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

Unified Diff: public/web/WebInputElement.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « public/web/WebInbandTextTrackClient.h ('k') | public/web/WebInputEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebInputElement.h
diff --git a/public/web/WebInputElement.h b/public/web/WebInputElement.h
index d8f7d3f8a3b7eeb1548f4da409b793ed39ecf923..c74de0bdb8e1ea8df48178fe3679d2b078f9db2d 100644
--- a/public/web/WebInputElement.h
+++ b/public/web/WebInputElement.h
@@ -37,7 +37,7 @@
namespace WebCore { class HTMLInputElement; }
#endif
-namespace WebKit {
+namespace blink {
class WebNodeCollection;
@@ -125,6 +125,6 @@ namespace WebKit {
return toWebInputElement(const_cast<WebElement*>(element));
}
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebInbandTextTrackClient.h ('k') | public/web/WebInputEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698