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 |