Index: chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc |
diff --git a/chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc b/chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc |
index 4a5ccf70b5869b44760c52d15a1556c2cbf09e83..a9ad34bdf788f27852228d7f30fe0f7a4dfb49b8 100644 |
--- a/chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc |
+++ b/chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc |
@@ -52,8 +52,7 @@ class FakeExtensionSystem : public extensions::TestExtensionSystem { |
}; |
// Factory function to register for the ExtensionSystem. |
-BrowserContextKeyedService* BuildFakeExtensionSystem( |
- content::BrowserContext* profile) { |
+KeyedService* BuildFakeExtensionSystem(content::BrowserContext* profile) { |
return new FakeExtensionSystem(static_cast<Profile*>(profile)); |
} |