Index: public/web/WebDateTimeSuggestion.h |
diff --git a/public/web/WebDateTimeSuggestion.h b/public/web/WebDateTimeSuggestion.h |
index 7bd10b6183d0de67be4f5e1d6f96a2e0e7dc29b9..b62a38e23384340d7328e18154434ae16083165b 100644 |
--- a/public/web/WebDateTimeSuggestion.h |
+++ b/public/web/WebDateTimeSuggestion.h |
@@ -29,7 +29,7 @@ |
#include "public/platform/WebString.h" |
#if BLINK_IMPLEMENTATION |
-namespace WebCore { struct DateTimeSuggestion; } |
+namespace blink { struct DateTimeSuggestion; } |
#endif |
namespace blink { |
@@ -42,8 +42,8 @@ struct WebDateTimeSuggestion { |
WebDateTimeSuggestion() { } |
#if BLINK_IMPLEMENTATION |
- WebDateTimeSuggestion(const WebCore::DateTimeSuggestion&); |
- WebDateTimeSuggestion& operator=(const WebCore::DateTimeSuggestion&); |
+ WebDateTimeSuggestion(const blink::DateTimeSuggestion&); |
+ WebDateTimeSuggestion& operator=(const blink::DateTimeSuggestion&); |
#endif |
}; |