| Index: chrome/browser/extensions/api/passwords_private/passwords_private_api.h
|
| diff --git a/chrome/browser/extensions/api/passwords_private/passwords_private_api.h b/chrome/browser/extensions/api/passwords_private/passwords_private_api.h
|
| index 4cef1917f65877cd7aac77e2b9afeac96a7b7e94..6fdf3a2d30bc81d4055f8baf9c59a2a1d6f98ecb 100644
|
| --- a/chrome/browser/extensions/api/passwords_private/passwords_private_api.h
|
| +++ b/chrome/browser/extensions/api/passwords_private/passwords_private_api.h
|
| @@ -8,6 +8,8 @@
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| +#include "chrome/browser/extensions/api/passwords_private/passwords_private_delegate.h"
|
| +#include "chrome/browser/ui/passwords/password_manager_presenter.h"
|
| #include "extensions/browser/extension_function.h"
|
|
|
| namespace extensions {
|
| @@ -67,7 +69,7 @@ class PasswordsPrivateGetPlaintextPasswordFunction :
|
| public UIThreadExtensionFunction {
|
| public:
|
| PasswordsPrivateGetPlaintextPasswordFunction() {}
|
| - DECLARE_EXTENSION_FUNCTION("passwordsPrivate.GetPlaintextPassword",
|
| + DECLARE_EXTENSION_FUNCTION("passwordsPrivate.getPlaintextPassword",
|
| PASSWORDSPRIVATE_GETPLAINTEXTPASSWORD);
|
|
|
| protected:
|
|
|