diff options
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
| -rw-r--r-- | chrome/browser/browser_process_impl.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h index bc59331..781c65b 100644 --- a/chrome/browser/browser_process_impl.h +++ b/chrome/browser/browser_process_impl.h @@ -10,15 +10,18 @@ #ifndef CHROME_BROWSER_BROWSER_PROCESS_IMPL_H_ #define CHROME_BROWSER_BROWSER_PROCESS_IMPL_H_ +#include <stdint.h> + #include <string> -#include "base/basictypes.h" #include "base/debug/stack_trace.h" +#include "base/macros.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/prefs/pref_change_registrar.h" #include "base/threading/non_thread_safe.h" #include "base/timer/timer.h" +#include "build/build_config.h" #include "chrome/browser/browser_process.h" class ChromeChildProcessWatcher; @@ -109,7 +112,7 @@ class BrowserProcessImpl : 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; |
