summaryrefslogtreecommitdiffstats
path: root/content/browser/webui
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/webui
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/webui')
-rw-r--r--content/browser/webui/web_ui_mojo_browsertest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/webui/web_ui_mojo_browsertest.cc b/content/browser/webui/web_ui_mojo_browsertest.cc
index 0926a21..d1ece80 100644
--- a/content/browser/webui/web_ui_mojo_browsertest.cc
+++ b/content/browser/webui/web_ui_mojo_browsertest.cc
@@ -18,8 +18,8 @@
#include "content/public/common/content_paths.h"
#include "content/public/common/content_switches.h"
#include "content/public/common/url_utils.h"
-#include "content/test/content_browser_test.h"
-#include "content/test/content_browser_test_utils.h"
+#include "content/public/test/content_browser_test.h"
+#include "content/public/test/content_browser_test_utils.h"
#include "content/test/data/web_ui_test_mojo_bindings.mojom.h"
#include "grit/content_resources.h"
#include "mojo/public/bindings/js/constants.h"