Index: chrome/browser/password_manager/test_password_store_service.h |
diff --git a/chrome/browser/password_manager/test_password_store_service.h b/chrome/browser/password_manager/test_password_store_service.h |
index 9e28cc7b4d34f507ff0790967fe9c03af238c09b..3660f2505ee47d962af71f4544ae018c83389b77 100644 |
--- a/chrome/browser/password_manager/test_password_store_service.h |
+++ b/chrome/browser/password_manager/test_password_store_service.h |
@@ -5,6 +5,7 @@ |
#ifndef CHROME_BROWSER_PASSWORD_MANAGER_TEST_PASSWORD_STORE_SERVICE_H_ |
#define CHROME_BROWSER_PASSWORD_MANAGER_TEST_PASSWORD_STORE_SERVICE_H_ |
+#include "base/memory/scoped_ptr.h" |
#include "chrome/browser/password_manager/password_store_factory.h" |
namespace content { |
@@ -17,7 +18,7 @@ class PasswordStore; |
class TestPasswordStoreService : public PasswordStoreService { |
public: |
- static KeyedService* Build(content::BrowserContext* profile); |
+ static scoped_ptr<KeyedService> Build(content::BrowserContext* profile); |
private: |
explicit TestPasswordStoreService( |