diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 00:32:21 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 00:32:21 +0000 |
commit | 7cceebac61d267d113791de09d79ac11f4fa95f3 (patch) | |
tree | dc566f4d2ac729ece62f907b1e10bf43395ba878 /chrome/browser/download/download_request_infobar_delegate.h | |
parent | 31dddf0385657b784cd34c2617f4f993c56fa96e (diff) | |
download | chromium_src-7cceebac61d267d113791de09d79ac11f4fa95f3.zip chromium_src-7cceebac61d267d113791de09d79ac11f4fa95f3.tar.gz chromium_src-7cceebac61d267d113791de09d79ac11f4fa95f3.tar.bz2 |
Split infobar_delegate.[cc,h] into separate pieces for the different classes defined within, so that each piece is shorter and clearer.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6598057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76677 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 16d3f4b..aa5a789 100644 --- a/chrome/browser/download/download_request_infobar_delegate.h +++ b/chrome/browser/download/download_request_infobar_delegate.h @@ -8,7 +8,7 @@ #include "base/basictypes.h" #include "chrome/browser/download/download_request_limiter.h" -#include "chrome/browser/tab_contents/infobar_delegate.h" +#include "chrome/browser/tab_contents/confirm_infobar_delegate.h" class TabContents; |