diff options
author | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-13 00:34:35 +0000 |
---|---|---|
committer | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-13 00:34:35 +0000 |
commit | 083917c81339b1349c300b191f3ddc9c333c16d7 (patch) | |
tree | 7af7bfe39855cce5a69699349987b768bb4f2273 /chrome/browser/custom_handlers/protocol_handler_registry.h | |
parent | 3d07d6b4e56e29cddad26ad679b400d7e5aa4e22 (diff) | |
download | chromium_src-083917c81339b1349c300b191f3ddc9c333c16d7.zip chromium_src-083917c81339b1349c300b191f3ddc9c333c16d7.tar.gz chromium_src-083917c81339b1349c300b191f3ddc9c333c16d7.tar.bz2 |
Move protocol_handler from chrome/browser to chrome/common so that extensions can use it.
BUG=86115
TEST=existing tests
Review URL: http://codereview.chromium.org/7275036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/custom_handlers/protocol_handler_registry.h')
-rw-r--r-- | chrome/browser/custom_handlers/protocol_handler_registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.h b/chrome/browser/custom_handlers/protocol_handler_registry.h index 391bd19..4b51af5 100644 --- a/chrome/browser/custom_handlers/protocol_handler_registry.h +++ b/chrome/browser/custom_handlers/protocol_handler_registry.h @@ -13,9 +13,9 @@ #include "base/basictypes.h" #include "base/memory/ref_counted.h" #include "base/values.h" -#include "chrome/browser/custom_handlers/protocol_handler.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/shell_integration.h" +#include "chrome/common/custom_handlers/protocol_handler.h" #include "content/browser/browser_thread.h" #include "content/common/notification_service.h" #include "net/url_request/url_request.h" |