From 6e9def1ccf30f6747abc1597e8db10236fcb5e8a Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Thu, 27 Mar 2014 20:23:28 +0000 Subject: 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 --- content/browser/database_browsertest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/browser/database_browsertest.cc') diff --git a/content/browser/database_browsertest.cc b/content/browser/database_browsertest.cc index 373a06f..d3cc669 100644 --- a/content/browser/database_browsertest.cc +++ b/content/browser/database_browsertest.cc @@ -10,10 +10,10 @@ #include "content/public/browser/notification_types.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 "content/test/net/url_request_mock_http_job.h" #include "testing/gtest/include/gtest/gtest.h" -- cgit v1.1