Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3822)

Unified Diff: cc/blimp/remote_compositor_bridge.h

Issue 2443103003: Remove unused include in sequenced_worker_pool.h (Closed)
Patch Set: merge up to r429325 Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « blimp/engine/renderer/frame_scheduler.h ('k') | cc/blimp/remote_compositor_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blimp/remote_compositor_bridge.h
diff --git a/cc/blimp/remote_compositor_bridge.h b/cc/blimp/remote_compositor_bridge.h
index d4a0eded8e90ed0a3beae1f836b4ae6e74599e7a..bc916dafc41f2e214aafa80d2aefe56201d81be0 100644
--- a/cc/blimp/remote_compositor_bridge.h
+++ b/cc/blimp/remote_compositor_bridge.h
@@ -7,13 +7,11 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
+#include "base/single_thread_task_runner.h"
#include "cc/base/cc_export.h"
-namespace base {
-class SingleThreadTaskRunner;
-} // namespace base
-
namespace cc {
+
class CompositorProtoState;
class RemoteCompositorBridgeClient;
@@ -52,4 +50,5 @@ class CC_EXPORT RemoteCompositorBridge {
};
} // namespace cc
+
#endif // CC_BLIMP_REMOTE_COMPOSITOR_BRIDGE_H_
« no previous file with comments | « blimp/engine/renderer/frame_scheduler.h ('k') | cc/blimp/remote_compositor_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698