summaryrefslogtreecommitdiffstats
path: root/content/browser/security_exploit_browsertest.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-27 20:23:28 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-27 20:23:28 +0000
commit6e9def1ccf30f6747abc1597e8db10236fcb5e8a (patch)
tree7bfd29fad12691e527dc57decdbd0262012af597 /content/browser/security_exploit_browsertest.cc
parent97bd5c81ae057027e6676d8d7d7f61ddbb392aa8 (diff)
downloadchromium_src-6e9def1ccf30f6747abc1597e8db10236fcb5e8a.zip
chromium_src-6e9def1ccf30f6747abc1597e8db10236fcb5e8a.tar.gz
chromium_src-6e9def1ccf30f6747abc1597e8db10236fcb5e8a.tar.bz2
Move ContentBrowserTest class to content/public, since it's used by components_browsertests for browser tests which use Content Shell.
R=avi@chromium.org Review URL: https://codereview.chromium.org/214823006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259967 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/security_exploit_browsertest.cc')
-rw-r--r--content/browser/security_exploit_browsertest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc
index a5896f4..9fadec0 100644
--- a/content/browser/security_exploit_browsertest.cc
+++ b/content/browser/security_exploit_browsertest.cc
@@ -15,10 +15,10 @@
#include "content/public/browser/storage_partition.h"
#include "content/public/common/content_switches.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"
namespace content {