| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 803006025c26ccdd04a84de3fc090f3d02b5733e..8e5522a2db4342d4d1409dee4717c2177cebe7bd 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -31,24 +31,24 @@
|
| #include "content/public/common/stop_find_action.h"
|
| #include "content/public/renderer/render_view.h"
|
| #include "content/renderer/pepper/pepper_plugin_delegate_impl.h"
|
| -#include "content/renderer/renderer_webcookiejar_impl.h"
|
| #include "content/renderer/render_view_selection.h"
|
| #include "content/renderer/render_widget.h"
|
| +#include "content/renderer/renderer_webcookiejar_impl.h"
|
| #include "ipc/ipc_platform_file.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFileSystem.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrameClient.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebHistoryItem.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIconURL.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/WebNavigationType.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebNode.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebPageSerializerClient.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebPageVisibilityState.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebViewClient.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebNavigationType.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFileSystem.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsContext3D.h"
|
| #include "ui/base/javascript_message_type.h"
|
| -#include "ui/gfx/surface/transport_dib.h"
|
| +#include "ui/surface/transport_dib.h"
|
| #include "webkit/glue/webpreferences.h"
|
| #include "webkit/media/webmediaplayer_delegate.h"
|
| #include "webkit/plugins/npapi/webplugin_page_delegate.h"
|
|
|