| Index: third_party/WebKit/Source/platform/exported/FilePathConversion.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/FilePathConversion.cpp b/third_party/WebKit/Source/platform/exported/FilePathConversion.cpp
|
| index cf4efaeac0ce76de591730ad64b5527998ce6c8f..b051ec6a14dd2cc8c8eeae5a6e2d98d47d211313 100644
|
| --- a/third_party/WebKit/Source/platform/exported/FilePathConversion.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/FilePathConversion.cpp
|
| @@ -5,9 +5,9 @@
|
| #include "public/platform/FilePathConversion.h"
|
|
|
| #include "base/files/file_path.h"
|
| +#include "platform/wtf/text/StringUTF8Adaptor.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/WebString.h"
|
| -#include "wtf/text/StringUTF8Adaptor.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|