Index: content/renderer/devtools/devtools_client.h |
diff --git a/content/renderer/devtools/devtools_client.h b/content/renderer/devtools/devtools_client.h |
index 0dba7f1a1347a90d917f0279d0f99a8e5c963823..befa179f21b06822c6e785c4940a9170e189b2f6 100644 |
--- a/content/renderer/devtools/devtools_client.h |
+++ b/content/renderer/devtools/devtools_client.h |
@@ -5,9 +5,11 @@ |
#ifndef CONTENT_RENDERER_DEVTOOLS_DEVTOOLS_CLIENT_H_ |
#define CONTENT_RENDERER_DEVTOOLS_DEVTOOLS_CLIENT_H_ |
+#include <stdint.h> |
+ |
#include <string> |
-#include "base/basictypes.h" |
+#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
#include "content/public/renderer/render_frame_observer.h" |
#include "third_party/WebKit/public/web/WebDevToolsFrontendClient.h" |
@@ -43,7 +45,7 @@ class CONTENT_EXPORT DevToolsClient |
bool isUnderTest() override; |
void OnDispatchOnInspectorFrontend(const std::string& message, |
- uint32 total_size); |
+ uint32_t total_size); |
std::string compatibility_script_; |
scoped_ptr<blink::WebDevToolsFrontend> web_tools_frontend_; |