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

Unified Diff: cc/resources/image_layer_updater.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/resources/image_layer_updater.h ('k') | cc/resources/layer_painter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/image_layer_updater.cc
diff --git a/cc/image_layer_updater.cc b/cc/resources/image_layer_updater.cc
similarity index 94%
rename from cc/image_layer_updater.cc
rename to cc/resources/image_layer_updater.cc
index 04db9aa956024c89361ff6388af57d68a10b9e8a..e76d5b0e55498a71d4eb3409f0c294e3c4a15023 100644
--- a/cc/image_layer_updater.cc
+++ b/cc/resources/image_layer_updater.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/image_layer_updater.h"
-#include "cc/prioritized_resource.h"
-#include "cc/resource_update_queue.h"
+#include "cc/resources/image_layer_updater.h"
+#include "cc/resources/prioritized_resource.h"
+#include "cc/resources/resource_update_queue.h"
namespace cc {
« no previous file with comments | « cc/resources/image_layer_updater.h ('k') | cc/resources/layer_painter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698