summaryrefslogtreecommitdiff
path: root/chromium/content/browser/snapshot_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/snapshot_browsertest.cc')
-rw-r--r--chromium/content/browser/snapshot_browsertest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/content/browser/snapshot_browsertest.cc b/chromium/content/browser/snapshot_browsertest.cc
index 623bb50521f..560cd557faa 100644
--- a/chromium/content/browser/snapshot_browsertest.cc
+++ b/chromium/content/browser/snapshot_browsertest.cc
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "build/build_config.h"
-
#include <stddef.h>
#include <algorithm>
@@ -16,9 +14,11 @@
#include "base/run_loop.h"
#include "base/stl_util.h"
#include "base/strings/stringprintf.h"
+#include "build/build_config.h"
#include "content/browser/renderer_host/render_view_host_impl.h"
#include "content/browser/renderer_host/render_widget_host_impl.h"
#include "content/browser/web_contents/web_contents_impl.h"
+#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"
#include "content/public/test/content_browser_test.h"
#include "content/public/test/content_browser_test_utils.h"