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

Unified Diff: cc/base/worker_pool.h

Issue 12472028: Part 1 of cc/ directory shuffles: base (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/base/util.h ('k') | cc/base/worker_pool.cc » ('j') | cc/cc.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/worker_pool.h
diff --git a/cc/worker_pool.h b/cc/base/worker_pool.h
similarity index 95%
rename from cc/worker_pool.h
rename to cc/base/worker_pool.h
index 84ed750e82f1947327b446d0a7c653c03b7794d6..8e00b6b8e541f7d9cc693cf94e105d106e117242 100644
--- a/cc/worker_pool.h
+++ b/cc/base/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_WORKER_POOL_H_
-#define CC_WORKER_POOL_H_
+#ifndef CC_BASE_WORKER_POOL_H_
+#define CC_BASE_WORKER_POOL_H_
#include <string>
@@ -11,8 +11,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/message_loop.h"
-#include "cc/cc_export.h"
-#include "cc/scoped_ptr_deque.h"
+#include "cc/base/cc_export.h"
+#include "cc/base/scoped_ptr_deque.h"
namespace cc {
struct RenderingStats;
@@ -128,4 +128,4 @@ class WorkerPool {
} // namespace cc
-#endif // CC_WORKER_POOL_H_
+#endif // CC_BASE_WORKER_POOL_H_
« no previous file with comments | « cc/base/util.h ('k') | cc/base/worker_pool.cc » ('j') | cc/cc.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698