Index: content/child/child_thread_impl.h |
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h |
index b0a099a6e857f67195324a8e207927c72b7e8003..68a4d2b502e205355cc16e93fa27cfc0eced848e 100644 |
--- a/content/child/child_thread_impl.h |
+++ b/content/child/child_thread_impl.h |
@@ -5,15 +5,19 @@ |
#ifndef CONTENT_CHILD_CHILD_THREAD_IMPL_H_ |
#define CONTENT_CHILD_CHILD_THREAD_IMPL_H_ |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
#include <string> |
-#include "base/basictypes.h" |
+#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/shared_memory.h" |
#include "base/memory/weak_ptr.h" |
#include "base/power_monitor/power_monitor.h" |
#include "base/sequenced_task_runner.h" |
#include "base/tracked_objects.h" |
+#include "build/build_config.h" |
#include "content/child/mojo/mojo_application.h" |
#include "content/common/content_export.h" |
#include "content/common/message_router.h" |
@@ -192,7 +196,7 @@ class CONTENT_EXPORT ChildThreadImpl |
// IPC::Listener implementation: |
bool OnMessageReceived(const IPC::Message& msg) override; |
- void OnChannelConnected(int32 peer_pid) override; |
+ void OnChannelConnected(int32_t peer_pid) override; |
void OnChannelError() override; |
bool IsInBrowserProcess() const; |