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

Unified Diff: cc/resources/raster_worker_pool.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/raster_worker_pool.h ('k') | cc/resources/resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/raster_worker_pool.cc
diff --git a/cc/raster_worker_pool.cc b/cc/resources/raster_worker_pool.cc
similarity index 96%
rename from cc/raster_worker_pool.cc
rename to cc/resources/raster_worker_pool.cc
index 25ee33b1c9e17951c2afd36d993596b2d67d023e..369a0e525149d1216794eb8006551725848ad9d9 100644
--- a/cc/raster_worker_pool.cc
+++ b/cc/resources/raster_worker_pool.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/raster_worker_pool.h"
+#include "cc/resources/raster_worker_pool.h"
-#include "cc/picture_pile_impl.h"
+#include "cc/resources/picture_pile_impl.h"
namespace cc {
« no previous file with comments | « cc/resources/raster_worker_pool.h ('k') | cc/resources/resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698