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

Unified Diff: cc/resources/raster_worker_pool.h

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/priority_calculator.cc ('k') | cc/resources/raster_worker_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/raster_worker_pool.h
diff --git a/cc/raster_worker_pool.h b/cc/resources/raster_worker_pool.h
similarity index 88%
rename from cc/raster_worker_pool.h
rename to cc/resources/raster_worker_pool.h
index c0dfb908684ea87b458ac58b0050b243484da48d..44228601a1bf2d161a64de3fb115cf2f8e34a83f 100644
--- a/cc/raster_worker_pool.h
+++ b/cc/resources/raster_worker_pool.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_RASTER_WORKER_POOL_H_
-#define CC_RASTER_WORKER_POOL_H_
+#ifndef CC_RESOURCES_RASTER_WORKER_POOL_H_
+#define CC_RESOURCES_RASTER_WORKER_POOL_H_
#include <string>
@@ -38,4 +38,4 @@ class RasterWorkerPool : public WorkerPool {
} // namespace cc
-#endif // CC_RASTER_WORKER_POOL_H_
+#endif // CC_RESOURCES_RASTER_WORKER_POOL_H_
« no previous file with comments | « cc/resources/priority_calculator.cc ('k') | cc/resources/raster_worker_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698