summaryrefslogtreecommitdiffstats
path: root/chrome/browser/custom_handlers
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-04 14:45:50 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-04 14:45:50 +0000
commitb1e3f20a987493e568ec36fdae0b1bebb816833e (patch)
treeddf406197a133615dd9663a23606ef0d6d1c163c /chrome/browser/custom_handlers
parentefec4f974d787da702c1564518903f3847db42f0 (diff)
downloadchromium_src-b1e3f20a987493e568ec36fdae0b1bebb816833e.zip
chromium_src-b1e3f20a987493e568ec36fdae0b1bebb816833e.tar.gz
chromium_src-b1e3f20a987493e568ec36fdae0b1bebb816833e.tar.bz2
Move the rest of the content\test headers that are used by embedders to content\public\test. This way we can enforce that internal content headers don't leak to embedders.
BUG=98716 TBR=phajdan.jr Review URL: https://chromiumcodereview.appspot.com/10483003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140287 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/custom_handlers')
-rw-r--r--chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
index ee3744f5..83161e6 100644
--- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
+++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
@@ -18,7 +18,7 @@
#include "content/public/browser/notification_registrar.h"
#include "content/public/browser/notification_source.h"
#include "content/public/test/test_browser_thread.h"
-#include "content/test/test_renderer_host.h"
+#include "content/public/test/test_renderer_host.h"
#include "net/url_request/url_request.h"
using content::BrowserThread;