| Index: third_party/WebKit/Source/platform/ColorSuggestion.h
|
| diff --git a/third_party/WebKit/Source/platform/ColorSuggestion.h b/third_party/WebKit/Source/platform/ColorSuggestion.h
|
| index 4e6ab829c0efa998d8c3c4b1b811396ac314c5ac..94c8312f017d4f4aca703dc2ae50d0defb935200 100644
|
| --- a/third_party/WebKit/Source/platform/ColorSuggestion.h
|
| +++ b/third_party/WebKit/Source/platform/ColorSuggestion.h
|
| @@ -32,8 +32,8 @@
|
| #define ColorSuggestion_h
|
|
|
| #include "platform/graphics/Color.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|