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

Unified Diff: cc/scrollbar_layer.cc

Issue 11225040: cc: Remove CC*.h temporary includes, part 5/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years, 2 months 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 | « cc/renderer.h ('k') | cc/scrollbar_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scrollbar_layer.cc
diff --git a/cc/scrollbar_layer.cc b/cc/scrollbar_layer.cc
index 1752c923b8babd45d0bfdba5ecdcc71f32a1894b..8af2a7934a591cf185506b770359f3f112672675 100644
--- a/cc/scrollbar_layer.cc
+++ b/cc/scrollbar_layer.cc
@@ -6,10 +6,10 @@
#include "cc/scrollbar_layer.h"
-#include "CCLayerTreeHost.h"
#include "base/basictypes.h"
#include "base/debug/trace_event.h"
#include "cc/layer_painter.h"
+#include "cc/layer_tree_host.h"
#include "cc/scrollbar_layer_impl.h"
#include "cc/texture_update_queue.h"
#include <public/WebRect.h>
« no previous file with comments | « cc/renderer.h ('k') | cc/scrollbar_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698