summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/bookmarklet_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/bookmarklet_browsertest.cc')
-rw-r--r--chromium/content/browser/bookmarklet_browsertest.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/chromium/content/browser/bookmarklet_browsertest.cc b/chromium/content/browser/bookmarklet_browsertest.cc
index 35523ee63dc..5ec10d505a5 100644
--- a/chromium/content/browser/bookmarklet_browsertest.cc
+++ b/chromium/content/browser/bookmarklet_browsertest.cc
@@ -5,10 +5,10 @@
#include "base/strings/string_util.h"
#include "content/public/browser/web_contents.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"
#include "content/public/test/test_utils.h"
#include "content/shell/browser/shell.h"
-#include "content/test/content_browser_test.h"
-#include "content/test/content_browser_test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace content {
@@ -70,6 +70,4 @@ IN_PROC_BROWSER_TEST_F(BookmarkletTest, DocumentWrite) {
EXPECT_EQ("hello world", GetBodyText());
}
-
} // namespace content
-