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

Unified Diff: public/web/WebColorSuggestion.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/WebCachedURLRequest.h ('k') | public/web/WebDOMError.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebColorSuggestion.h
diff --git a/public/web/WebColorSuggestion.h b/public/web/WebColorSuggestion.h
index 69b38c7cc3e9be6491a7cd7bd4ee91bf7749f03b..e4132931510ff7a005efbead154f94ba30dc179e 100644
--- a/public/web/WebColorSuggestion.h
+++ b/public/web/WebColorSuggestion.h
@@ -35,18 +35,16 @@
#include "public/platform/WebString.h"
namespace blink {
-struct ColorSuggestion;
-}
-namespace blink {
+struct ColorSuggestion;
struct WebColorSuggestion {
WebColor color;
WebString label;
#if BLINK_IMPLEMENTATION
- WebColorSuggestion(const blink::ColorSuggestion&);
- WebColorSuggestion& operator=(const blink::ColorSuggestion&);
+ WebColorSuggestion(const ColorSuggestion&);
+ WebColorSuggestion& operator=(const ColorSuggestion&);
#endif
};
« no previous file with comments | « public/web/WebCachedURLRequest.h ('k') | public/web/WebDOMError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698