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

Unified Diff: public/web/WebDateTimeSuggestion.h

Issue 455883003: Cleanup namespace usage in public/web/Web[A-M]*.h. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « public/web/WebDatabase.h ('k') | public/web/WebDevToolsAgent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDateTimeSuggestion.h
diff --git a/public/web/WebDateTimeSuggestion.h b/public/web/WebDateTimeSuggestion.h
index b62a38e23384340d7328e18154434ae16083165b..e2266b725a9db9be8bffa674e21d9d31890b5f03 100644
--- a/public/web/WebDateTimeSuggestion.h
+++ b/public/web/WebDateTimeSuggestion.h
@@ -28,12 +28,10 @@
#include "public/platform/WebString.h"
-#if BLINK_IMPLEMENTATION
-namespace blink { struct DateTimeSuggestion; }
-#endif
-
namespace blink {
+struct DateTimeSuggestion;
+
struct WebDateTimeSuggestion {
double value;
WebString localizedValue;
@@ -42,8 +40,8 @@ struct WebDateTimeSuggestion {
WebDateTimeSuggestion() { }
#if BLINK_IMPLEMENTATION
- WebDateTimeSuggestion(const blink::DateTimeSuggestion&);
- WebDateTimeSuggestion& operator=(const blink::DateTimeSuggestion&);
+ WebDateTimeSuggestion(const DateTimeSuggestion&);
+ WebDateTimeSuggestion& operator=(const DateTimeSuggestion&);
#endif
};
« no previous file with comments | « public/web/WebDatabase.h ('k') | public/web/WebDevToolsAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698