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

Unified Diff: Source/web/DateTimeChooserImpl.cpp

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 | « Source/web/DateTimeChooserImpl.h ('k') | Source/web/DragClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/DateTimeChooserImpl.cpp
diff --git a/Source/web/DateTimeChooserImpl.cpp b/Source/web/DateTimeChooserImpl.cpp
index 31751f514f67f6e7b0c7581b3db4127b3ecdf384..d41e0bc8ec4c3f769513170945f80991c8464f29 100644
--- a/Source/web/DateTimeChooserImpl.cpp
+++ b/Source/web/DateTimeChooserImpl.cpp
@@ -46,7 +46,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
DateTimeChooserImpl::DateTimeChooserImpl(ChromeClientImpl* chromeClient, WebCore::DateTimeChooserClient* client, const WebCore::DateTimeChooserParameters& parameters)
: m_chromeClient(chromeClient)
@@ -183,6 +183,6 @@ void DateTimeChooserImpl::didClosePopup()
m_client->didEndChooser();
}
-} // namespace WebKit
+} // namespace blink
#endif // ENABLE(INPUT_MULTIPLE_FIELDS_UI)
« no previous file with comments | « Source/web/DateTimeChooserImpl.h ('k') | Source/web/DragClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698