| Index: content/renderer/dom_automation_controller.h
|
| diff --git a/content/renderer/dom_automation_controller.h b/content/renderer/dom_automation_controller.h
|
| index 01efefdf08f237a11aac1e317036db05024b749f..67d98e27d4e8f3ed7daf081487641ae7a3f46d3f 100644
|
| --- a/content/renderer/dom_automation_controller.h
|
| +++ b/content/renderer/dom_automation_controller.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef CONTENT_RENDERER_DOM_AUTOMATION_CONTROLLER_H_
|
| #define CONTENT_RENDERER_DOM_AUTOMATION_CONTROLLER_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "content/public/renderer/render_frame_observer.h"
|
| #include "gin/wrappable.h"
|
|
|
| @@ -92,7 +94,7 @@ class DomAutomationController : public gin::Wrappable<DomAutomationController>,
|
|
|
| // Makes the renderer send a javascript value to the app.
|
| // The value to be sent can be either of type String,
|
| - // Number (double casted to int32) or Boolean. Any other type or no
|
| + // Number (double casted to int32_t) or Boolean. Any other type or no
|
| // argument at all is ignored.
|
| bool SendMsg(const gin::Arguments& args);
|
|
|
|
|