diff options
Diffstat (limited to 'chrome/browser/download/download_request_limiter.cc')
-rw-r--r-- | chrome/browser/download/download_request_limiter.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/download/download_request_limiter.cc b/chrome/browser/download/download_request_limiter.cc index 2fe3ff6..0a828a1 100644 --- a/chrome/browser/download/download_request_limiter.cc +++ b/chrome/browser/download/download_request_limiter.cc @@ -7,12 +7,12 @@ #include "base/stl_util-inl.h" #include "chrome/browser/download/download_request_infobar_delegate.h" #include "chrome/browser/tab_contents/tab_util.h" -#include "chrome/common/notification_source.h" #include "content/browser/browser_thread.h" #include "content/browser/tab_contents/navigation_controller.h" #include "content/browser/tab_contents/navigation_entry.h" -#include "content/browser/tab_contents/tab_contents_delegate.h" #include "content/browser/tab_contents/tab_contents.h" +#include "content/browser/tab_contents/tab_contents_delegate.h" +#include "content/common/notification_source.h" // TabDownloadState ------------------------------------------------------------ |