| Index: components/browser_watcher/exit_code_watcher_win_unittest.cc
|
| diff --git a/components/browser_watcher/exit_code_watcher_win_unittest.cc b/components/browser_watcher/exit_code_watcher_win_unittest.cc
|
| index df7de86767eeb329fb0e023074cd8cbc1e771047..0a8e170cdc7097b96ba84f8ee39495f869d301da 100644
|
| --- a/components/browser_watcher/exit_code_watcher_win_unittest.cc
|
| +++ b/components/browser_watcher/exit_code_watcher_win_unittest.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/browser_watcher/exit_code_watcher_win.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/command_line.h"
|
| #include "base/process/process.h"
|
| #include "base/strings/string16.h"
|
| @@ -84,7 +86,7 @@ class ExitCodeWatcherTest : public testing::Test {
|
| override_manager_.OverrideRegistry(HKEY_CURRENT_USER);
|
| }
|
|
|
| - base::Process OpenSelfWithAccess(uint32 access) {
|
| + base::Process OpenSelfWithAccess(uint32_t access) {
|
| return base::Process::OpenWithAccess(base::GetCurrentProcId(), access);
|
| }
|
|
|
|
|