Index: cc/tiles/tile.h |
diff --git a/cc/tiles/tile.h b/cc/tiles/tile.h |
index 99497f3ad20a3c0d0eee59b18a2c3b33e251e09d..f6dd67593def1cdd54a9a9d044181578d8a02fd8 100644 |
--- a/cc/tiles/tile.h |
+++ b/cc/tiles/tile.h |
@@ -149,7 +149,7 @@ class CC_EXPORT Tile { |
DISALLOW_COPY_AND_ASSIGN(Tile); |
}; |
-using ScopedTilePtr = scoped_ptr<Tile, Tile::Deleter>; |
+using ScopedTilePtr = std::unique_ptr<Tile, Tile::Deleter>; |
} // namespace cc |