diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-13 16:19:34 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-13 16:19:34 +0000 |
commit | 77a91c7f104222394a9b942cb1623b8a7dc07163 (patch) | |
tree | 5789fc71dab20cf0710bc34b0c2aca6f08f1581b /chrome/browser/download/download_request_infobar_delegate.h | |
parent | 01b3b9d5148f9b2934d33e5069ae916589179059 (diff) | |
download | chromium_src-77a91c7f104222394a9b942cb1623b8a7dc07163.zip chromium_src-77a91c7f104222394a9b942cb1623b8a7dc07163.tar.gz chromium_src-77a91c7f104222394a9b942cb1623b8a7dc07163.tar.bz2 |
Create chrome/browser/api directory. Move infobar delegates used by Autofill to the directory.
Also, consolidate infobar delegate interfaces under infobars/ rather than some under infobars/ and some under tab_contents/, as the ones under tab_contents/ were not coupled with tab_contents/ in any way.
Remove feedback/proto/extension.pb.h from Autofill's DEPS file simply by dropping the include, it was not being used.
BUG=140037,138280
Review URL: https://chromiumcodereview.appspot.com/10843071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151279 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download/download_request_infobar_delegate.h')
-rw-r--r-- | chrome/browser/download/download_request_infobar_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/download_request_infobar_delegate.h b/chrome/browser/download/download_request_infobar_delegate.h index 74c11e1..0e8f2fe 100644 --- a/chrome/browser/download/download_request_infobar_delegate.h +++ b/chrome/browser/download/download_request_infobar_delegate.h @@ -6,8 +6,8 @@ #define CHROME_BROWSER_DOWNLOAD_DOWNLOAD_REQUEST_INFOBAR_DELEGATE_H_ #include "base/basictypes.h" +#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" #include "chrome/browser/download/download_request_limiter.h" -#include "chrome/browser/tab_contents/confirm_infobar_delegate.h" // An infobar delegate that presents the user with a choice to allow or deny // multiple downloads from the same site. This confirmation step protects |