| Index: chrome/test/base/testing_browser_process.h
|
| diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
|
| index c4f4f90a354815265aa5cce1f7e263e20b30fae9..e63c13aa58c6d35592b79bfce66db6eb519085b1 100644
|
| --- a/chrome/test/base/testing_browser_process.h
|
| +++ b/chrome/test/base/testing_browser_process.h
|
| @@ -10,8 +10,11 @@
|
| #ifndef CHROME_TEST_BASE_TESTING_BROWSER_PROCESS_H_
|
| #define CHROME_TEST_BASE_TESTING_BROWSER_PROCESS_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "build/build_config.h"
|
| @@ -89,7 +92,7 @@ class TestingBrowserProcess : public BrowserProcess {
|
| void CreateDevToolsHttpProtocolHandler(
|
| chrome::HostDesktopType host_desktop_type,
|
| const std::string& ip,
|
| - uint16 port) override;
|
| + uint16_t port) override;
|
| unsigned int AddRefModule() override;
|
| unsigned int ReleaseModule() override;
|
| bool IsShuttingDown() override;
|
|
|