Commit e6e4db76 authored by skyostil's avatar skyostil Committed by Commit bot

mojo: Fix html_viewer build break from https://codereview.chromium.org/1115443002

TBR=sky@chromium.org

Review URL: https://codereview.chromium.org/1112603003

Cr-Commit-Position: refs/heads/master@{#327347}
parent 7e5eaf1c
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#include "base/rand_util.h" #include "base/rand_util.h"
#include "base/stl_util.h" #include "base/stl_util.h"
#include "base/synchronization/waitable_event.h" #include "base/synchronization/waitable_event.h"
#include "base/thread_task_runner_handle.h"
#include "base/threading/platform_thread.h" #include "base/threading/platform_thread.h"
#include "base/time/time.h" #include "base/time/time.h"
#include "components/html_viewer/blink_resource_constants.h" #include "components/html_viewer/blink_resource_constants.h"
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#define COMPONENTS_HTML_VIEWER_BLINK_PLATFORM_IMPL_H_ #define COMPONENTS_HTML_VIEWER_BLINK_PLATFORM_IMPL_H_
#include "base/memory/scoped_ptr.h" #include "base/memory/scoped_ptr.h"
#include "base/message_loop/message_loop.h"
#include "base/threading/thread_local_storage.h" #include "base/threading/thread_local_storage.h"
#include "base/timer/timer.h" #include "base/timer/timer.h"
#include "cc/blink/web_compositor_support_impl.h" #include "cc/blink/web_compositor_support_impl.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment