diff options
author | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 22:37:46 +0000 |
---|---|---|
committer | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 22:37:46 +0000 |
commit | 4a8adfa0f2cc19d7991c45459c7760ae9a78569e (patch) | |
tree | 2578cf7ff708ae7d5e069fbf4ad8dfdf3653aa94 /chrome/browser/custom_handlers | |
parent | 67e2d0fbe529af88d932fe1af6c3bf8e73370bfb (diff) | |
download | chromium_src-4a8adfa0f2cc19d7991c45459c7760ae9a78569e.zip chromium_src-4a8adfa0f2cc19d7991c45459c7760ae9a78569e.tar.gz chromium_src-4a8adfa0f2cc19d7991c45459c7760ae9a78569e.tar.bz2 |
Move c/b/a/infobar files back to c/b/infobar
This is because we changed the approach to componentize code into src/components.
So c/b/api directory is depereated.
BUG=138280
Review URL: https://chromiumcodereview.appspot.com/12540009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189138 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/custom_handlers')
-rw-r--r-- | chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc | 2 | ||||
-rw-r--r-- | chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc index 52c2a94..90e28db 100644 --- a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc +++ b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc @@ -5,8 +5,8 @@ #include "chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/api/infobars/infobar_service.h" #include "chrome/browser/custom_handlers/protocol_handler_registry.h" +#include "chrome/browser/infobars/infobar_service.h" #include "chrome/common/url_constants.h" #include "content/public/browser/user_metrics.h" #include "content/public/browser/web_contents.h" diff --git a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h index 7ea1d4e..104605a 100644 --- a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h +++ b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h @@ -6,7 +6,7 @@ #define CHROME_BROWSER_CUSTOM_HANDLERS_REGISTER_PROTOCOL_HANDLER_INFOBAR_DELEGATE_H_ #include "base/string16.h" -#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" +#include "chrome/browser/infobars/confirm_infobar_delegate.h" #include "chrome/common/custom_handlers/protocol_handler.h" class InfoBarService; |