| 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
|
| };
|
|
|
|
|