| Index: chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
|
| diff --git a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
|
| index c4c53e59a974113174c30a5a720f71421270f2f1..000060fd0bb93db58930023667e69cce68b59e82 100644
|
| --- a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
|
| +++ b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
|
| @@ -4,9 +4,12 @@
|
|
|
| #include "chrome/browser/password_manager/chrome_password_manager_client.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/command_line.h"
|
| +#include "base/macros.h"
|
| #include "base/metrics/field_trial.h"
|
| #include "base/prefs/pref_registry_simple.h"
|
| #include "base/prefs/pref_service.h"
|
| @@ -122,7 +125,7 @@ ChromePasswordManagerClient* ChromePasswordManagerClientTest::GetClient() {
|
|
|
| bool ChromePasswordManagerClientTest::WasLoggingActivationMessageSent(
|
| bool* activation_flag) {
|
| - const uint32 kMsgID = AutofillMsg_SetLoggingState::ID;
|
| + const uint32_t kMsgID = AutofillMsg_SetLoggingState::ID;
|
| const IPC::Message* message =
|
| process()->sink().GetFirstMessageMatching(kMsgID);
|
| if (!message)
|
|
|