| Index: chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc
|
| diff --git a/chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc b/chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc
|
| index a5e4e2cc2163ac6edfd88a47791d6ac3f563981b..2b3aa97ddbc07f7f054fbc4049622680f4c8969e 100644
|
| --- a/chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc
|
| +++ b/chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc
|
| @@ -20,7 +20,7 @@ scoped_ptr<base::Value> GetSnapshotAsValue() {
|
| scoped_ptr<base::DictionaryValue> dict(new base::DictionaryValue());
|
| dict->SetInteger("a", 1);
|
| dict->SetInteger("b", 2);
|
| - return dict.PassAs<base::Value>();
|
| + return dict.Pass();
|
| }
|
|
|
| class DummyDevToolsClient : public StubDevToolsClient {
|
|
|