Index: content/renderer/dom_serializer_browsertest.cc |
diff --git a/content/renderer/dom_serializer_browsertest.cc b/content/renderer/dom_serializer_browsertest.cc |
index caa4c43083680a1026cec49e4bfff799b3d4b5a4..bcc4fc6c5b3a7de78b535c8790d230de91f817a5 100644 |
--- a/content/renderer/dom_serializer_browsertest.cc |
+++ b/content/renderer/dom_serializer_browsertest.cc |
@@ -15,11 +15,16 @@ |
#include "content/public/renderer/render_view_observer.h" |
#include "content/public/test/test_utils.h" |
#include "content/renderer/savable_resources.h" |
-#include "content/shell/shell.h" |
+#include "content/shell/browser/shell.h" |
#include "content/test/content_browser_test.h" |
#include "content/test/content_browser_test_utils.h" |
#include "net/base/net_util.h" |
#include "net/url_request/url_request_context.h" |
+#include "third_party/WebKit/public/platform/WebCString.h" |
+#include "third_party/WebKit/public/platform/WebData.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
+#include "third_party/WebKit/public/platform/WebURL.h" |
+#include "third_party/WebKit/public/platform/WebVector.h" |
#include "third_party/WebKit/public/web/WebDocument.h" |
#include "third_party/WebKit/public/web/WebElement.h" |
#include "third_party/WebKit/public/web/WebFrame.h" |
@@ -29,11 +34,6 @@ |
#include "third_party/WebKit/public/web/WebPageSerializer.h" |
#include "third_party/WebKit/public/web/WebPageSerializerClient.h" |
#include "third_party/WebKit/public/web/WebView.h" |
-#include "third_party/WebKit/public/platform/WebCString.h" |
-#include "third_party/WebKit/public/platform/WebData.h" |
-#include "third_party/WebKit/public/platform/WebString.h" |
-#include "third_party/WebKit/public/platform/WebURL.h" |
-#include "third_party/WebKit/public/platform/WebVector.h" |
using WebKit::WebCString; |
using WebKit::WebData; |