| Index: third_party/WebKit/Source/platform/exported/Platform.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/Platform.cpp b/third_party/WebKit/Source/platform/exported/Platform.cpp
|
| index 08cf4d5d348da77a984e7d7c6d26eed0ea9ab7ca..54f76e3d0b0cf91d372a5e1d43e9839fb6d4d17f 100644
|
| --- a/third_party/WebKit/Source/platform/exported/Platform.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/Platform.cpp
|
| @@ -28,6 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +#include "public/platform/Platform.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| #include "base/trace_event/memory_dump_manager.h"
|
| #include "platform/Histogram.h"
|
| @@ -38,7 +39,6 @@
|
| #include "platform/heap/GCTaskRunner.h"
|
| #include "platform/instrumentation/tracing/MemoryCacheDumpProvider.h"
|
| #include "public/platform/InterfaceProvider.h"
|
| -#include "public/platform/Platform.h"
|
| #include "public/platform/WebPrerenderingSupport.h"
|
| #include "wtf/HashMap.h"
|
|
|
|
|