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..331fe6681b7188ac37291cc8fb264a43e709e055 100644 |
--- a/extensions/browser/info_map_unittest.cc |
+++ b/extensions/browser/info_map_unittest.cc |
@@ -67,8 +67,8 @@ TEST_F(InfoMapTest, RefCounting) { |
EXPECT_TRUE(weak_extension1->HasOneRef()); |
// Remove extension2, and the extension2 object should have the only ref. |
- info_map->RemoveExtension( |
- extension2->id(), extensions::UnloadedExtensionInfo::REASON_UNINSTALL); |
+ info_map->RemoveExtension(extension2->id(), |
+ UnloadedExtensionReason::UNINSTALL); |
EXPECT_TRUE(extension2->HasOneRef()); |
// Delete the info map, and the extension3 object should have the only ref. |