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

Unified Diff: Source/platform/DateTimeChooserClient.h

Issue 400543004: Rename WebCore namespace to blink in Platform (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/platform/DateTimeChooser.cpp ('k') | Source/platform/DateTimeChooserClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/DateTimeChooserClient.h
diff --git a/Source/platform/DateTimeChooserClient.h b/Source/platform/DateTimeChooserClient.h
index e4f6123614ea9a709044e1ebf38f672f2f62c116..24c1de6bab8644545c8f1156718b7636f62cb858 100644
--- a/Source/platform/DateTimeChooserClient.h
+++ b/Source/platform/DateTimeChooserClient.h
@@ -35,7 +35,7 @@
#include "platform/heap/Handle.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT DateTimeChooserClient : public WillBeGarbageCollectedMixin {
DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(DateTimeChooserClient);
@@ -50,5 +50,5 @@ public:
virtual void trace(Visitor*) { }
};
-} // namespace WebCore
+} // namespace blink
#endif // DateTimeChooserClient_h
« no previous file with comments | « Source/platform/DateTimeChooser.cpp ('k') | Source/platform/DateTimeChooserClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698