| Index: third_party/WebKit/Source/platform/Theme.h
|
| diff --git a/third_party/WebKit/Source/platform/Theme.h b/third_party/WebKit/Source/platform/Theme.h
|
| index b83f4aa07756f0988ab67ffc0a387b9084eb381a..36322182e98939fd71c4de01fb44448c5257a618 100644
|
| --- a/third_party/WebKit/Source/platform/Theme.h
|
| +++ b/third_party/WebKit/Source/platform/Theme.h
|
| @@ -33,9 +33,9 @@
|
| #include "platform/fonts/FontDescription.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/graphics/Color.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|