summaryrefslogtreecommitdiff
path: root/chromium/cc/resources/worker_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/resources/worker_pool.h')
-rw-r--r--chromium/cc/resources/worker_pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/cc/resources/worker_pool.h b/chromium/cc/resources/worker_pool.h
index c26ed077eb6..cc8c39f3642 100644
--- a/chromium/cc/resources/worker_pool.h
+++ b/chromium/cc/resources/worker_pool.h
@@ -10,12 +10,12 @@
#include <vector>
#include "base/cancelable_callback.h"
+#include "base/containers/scoped_ptr_hash_map.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/message_loop/message_loop.h"
#include "cc/base/cc_export.h"
-#include "cc/base/scoped_ptr_hash_map.h"
namespace cc {
namespace internal {
@@ -113,7 +113,7 @@ class CC_EXPORT WorkerPool {
// dependencies pointing in the direction of the dependents. Each task
// need to be assigned a unique priority and a run count that matches
// the number of dependencies.
- typedef ScopedPtrHashMap<internal::WorkerPoolTask*, internal::GraphNode>
+ typedef base::ScopedPtrHashMap<internal::WorkerPoolTask*, internal::GraphNode>
GraphNodeMap;
typedef GraphNodeMap TaskGraph;