Index: chrome/browser/extensions/extension_info_map_unittest.cc |
diff --git a/chrome/browser/extensions/extension_info_map_unittest.cc b/chrome/browser/extensions/extension_info_map_unittest.cc |
index 5df0bd1cf7724e0435c171916b1069687fd7a3c6..8bba598f840420fec93fdf8ccf5273c83296b276 100644 |
--- a/chrome/browser/extensions/extension_info_map_unittest.cc |
+++ b/chrome/browser/extensions/extension_info_map_unittest.cc |
@@ -94,7 +94,8 @@ TEST_F(ExtensionInfoMapTest, RefCounting) { |
EXPECT_TRUE(weak_extension1->HasOneRef()); |
// Remove extension2, and the extension2 object should have the only ref. |
- info_map->RemoveExtension(extension2->id(), UnloadedExtensionInfo::UNINSTALL); |
+ info_map->RemoveExtension( |
+ extension2->id(), extension_misc::UNLOAD_REASON_UNINSTALL); |
EXPECT_TRUE(extension2->HasOneRef()); |
// Delete the info map, and the extension3 object should have the only ref. |