| Index: third_party/WebKit/Source/core/style/QuotesData.h
|
| diff --git a/third_party/WebKit/Source/core/style/QuotesData.h b/third_party/WebKit/Source/core/style/QuotesData.h
|
| index 4a007b1c670abc1ce76baba21049f1fcbec458b6..279a2ff20a851dd65511c6193852a3b86133a53d 100644
|
| --- a/third_party/WebKit/Source/core/style/QuotesData.h
|
| +++ b/third_party/WebKit/Source/core/style/QuotesData.h
|
| @@ -22,10 +22,10 @@
|
| #ifndef QuotesData_h
|
| #define QuotesData_h
|
|
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|