| Index: components/web_view/frame_connection.h
|
| diff --git a/components/web_view/frame_connection.h b/components/web_view/frame_connection.h
|
| index 1d52fb0dcf2d3d00f6a669b4ab8edb9c9c30f896..c78acfb67e5c7be20aa5ca5916382f849f7d3617 100644
|
| --- a/components/web_view/frame_connection.h
|
| +++ b/components/web_view/frame_connection.h
|
| @@ -5,8 +5,10 @@
|
| #ifndef COMPONENTS_WEB_VIEW_FRAME_CONNECTION_H_
|
| #define COMPONENTS_WEB_VIEW_FRAME_CONNECTION_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| #include "base/callback.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/mus/public/interfaces/window_tree.mojom.h"
|
| #include "components/web_view/frame_tree_delegate.h"
|
|
|