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

Unified Diff: cc/content_layer.cc

Issue 12471007: Part 8 of cc/ directory shuffles: resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/content_layer.h ('k') | cc/content_layer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/content_layer.cc
diff --git a/cc/content_layer.cc b/cc/content_layer.cc
index 4a5999cde8a940175276b1568015e483540f87ba..ad9ae4cb9ee8e4603fa7eb61ee9e8b88cc3184f5 100644
--- a/cc/content_layer.cc
+++ b/cc/content_layer.cc
@@ -7,10 +7,10 @@
#include "base/auto_reset.h"
#include "base/metrics/histogram.h"
#include "base/time.h"
-#include "cc/bitmap_content_layer_updater.h"
-#include "cc/bitmap_skpicture_content_layer_updater.h"
#include "cc/content_layer_client.h"
-#include "cc/layer_painter.h"
+#include "cc/resources/bitmap_content_layer_updater.h"
+#include "cc/resources/bitmap_skpicture_content_layer_updater.h"
+#include "cc/resources/layer_painter.h"
#include "cc/trees/layer_tree_host.h"
namespace cc {
« no previous file with comments | « cc/content_layer.h ('k') | cc/content_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698