| Index: third_party/WebKit/Source/platform/graphics/CompositingReasons.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositingReasons.h b/third_party/WebKit/Source/platform/graphics/CompositingReasons.h
|
| index 6bb667daa2d98974bc28fb8e50442ff6a52f8429..1e13c19617295dcf4303dc3549c3ffd29f5b33b1 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositingReasons.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositingReasons.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef CompositingReasons_h
|
| #define CompositingReasons_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/WTFString.h"
|
| #include <stdint.h>
|
| +#include "platform/PlatformExport.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|