| Index: extensions/browser/info_map_unittest.cc
|
| diff --git a/extensions/browser/info_map_unittest.cc b/extensions/browser/info_map_unittest.cc
|
| index 3f4c412fda43e2b088f5b74a3daa47296df364c8..933e564404420bdb85cfcb8ce401926b74164c5e 100644
|
| --- a/extensions/browser/info_map_unittest.cc
|
| +++ b/extensions/browser/info_map_unittest.cc
|
| @@ -68,7 +68,7 @@ TEST_F(InfoMapTest, RefCounting) {
|
|
|
| // Remove extension2, and the extension2 object should have the only ref.
|
| info_map->RemoveExtension(
|
| - extension2->id(), extensions::UnloadedExtensionInfo::REASON_UNINSTALL);
|
| + extension2->id(), extensions::UnloadedExtensionReason::REASON_UNINSTALL);
|
| EXPECT_TRUE(extension2->HasOneRef());
|
|
|
| // Delete the info map, and the extension3 object should have the only ref.
|
|
|