| Index: cc/trees/tree_synchronizer.cc
|
| diff --git a/cc/trees/tree_synchronizer.cc b/cc/trees/tree_synchronizer.cc
|
| index aed4de0d624eb731dd9f06cc675562c1307b9d1f..cf1b382f702aeba70ee847b351dcc4f661bedced 100644
|
| --- a/cc/trees/tree_synchronizer.cc
|
| +++ b/cc/trees/tree_synchronizer.cc
|
| @@ -5,6 +5,7 @@
|
| #include "cc/trees/tree_synchronizer.h"
|
|
|
| #include "base/containers/hash_tables.h"
|
| +#include "base/containers/scoped_ptr_hash_map.h"
|
| #include "base/debug/trace_event.h"
|
| #include "base/logging.h"
|
| #include "cc/animation/scrollbar_animation_controller.h"
|
| @@ -16,7 +17,7 @@
|
|
|
| namespace cc {
|
|
|
| -typedef ScopedPtrHashMap<int, LayerImpl> ScopedPtrLayerImplMap;
|
| +typedef base::ScopedPtrHashMap<int, LayerImpl> ScopedPtrLayerImplMap;
|
| typedef base::hash_map<int, LayerImpl*> RawPtrLayerImplMap;
|
|
|
| void CollectExistingLayerImplRecursive(ScopedPtrLayerImplMap* old_layers,
|
|
|