| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 77b99322f06936b7aae931bc3d1a1fac8cf3faab..a737bc2863da17de921e96e274252dbb3af9dcc8 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -44,6 +44,7 @@
|
| #include "content/renderer/stats_collection_observer.h"
|
| #include "ipc/ipc_platform_file.h"
|
| #include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
|
| +#include "third_party/WebKit/public/platform/WebPageVisibilityState.h"
|
| #include "third_party/WebKit/public/web/WebAXObject.h"
|
| #include "third_party/WebKit/public/web/WebConsoleMessage.h"
|
| #include "third_party/WebKit/public/web/WebDataSource.h"
|
| @@ -54,7 +55,6 @@
|
| #include "third_party/WebKit/public/web/WebNavigationType.h"
|
| #include "third_party/WebKit/public/web/WebNode.h"
|
| #include "third_party/WebKit/public/web/WebPageSerializerClient.h"
|
| -#include "third_party/WebKit/public/web/WebPageVisibilityState.h"
|
| #include "third_party/WebKit/public/web/WebSecurityOrigin.h"
|
| #include "third_party/WebKit/public/web/WebViewClient.h"
|
| #include "ui/base/window_open_disposition.h"
|
|
|