| Index: Source/platform/ColorSuggestion.h
|
| diff --git a/Source/platform/ColorSuggestion.h b/Source/platform/ColorSuggestion.h
|
| index c012792e7effb0a37ca73f1c0601f6bf2baa9089..ad6f061ea23114d503b26912a47a1e333a44d13f 100644
|
| --- a/Source/platform/ColorSuggestion.h
|
| +++ b/Source/platform/ColorSuggestion.h
|
| @@ -34,7 +34,7 @@
|
| #include "platform/graphics/Color.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| struct ColorSuggestion {
|
| Color color;
|
| @@ -46,6 +46,6 @@ struct ColorSuggestion {
|
| { }
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ColorSuggestion_h
|
|
|