summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_request_infobar_delegate_unittest.cc
diff options
context:
space:
mode:
authorpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-31 17:39:13 +0000
committerpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-31 17:39:13 +0000
commit8286f51aaab9c769e70a1bcad5c568cec6636ba0 (patch)
treea741bc9016024ee0e092dfcbdc292a3d54c28c34 /chrome/browser/download/download_request_infobar_delegate_unittest.cc
parentc8e2646cd5873468fe7497889c8b30da5f3cd2d4 (diff)
downloadchromium_src-8286f51aaab9c769e70a1bcad5c568cec6636ba0.zip
chromium_src-8286f51aaab9c769e70a1bcad5c568cec6636ba0.tar.gz
chromium_src-8286f51aaab9c769e70a1bcad5c568cec6636ba0.tar.bz2
Factor load notification detail structs out of NavigationController and into
their own file in the |content| namespace. Remove un-necessary includes of navigation_controller.h. BUG=none TEST=everything compiles Review URL: http://codereview.chromium.org/7008018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87319 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download/download_request_infobar_delegate_unittest.cc')
-rw-r--r--chrome/browser/download/download_request_infobar_delegate_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/download/download_request_infobar_delegate_unittest.cc b/chrome/browser/download/download_request_infobar_delegate_unittest.cc
index 5a8b251..85e0459 100644
--- a/chrome/browser/download/download_request_infobar_delegate_unittest.cc
+++ b/chrome/browser/download/download_request_infobar_delegate_unittest.cc
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "base/scoped_ptr.h"
#include "chrome/browser/download/download_request_infobar_delegate.h"
#include "chrome/browser/download/download_request_limiter.h"
#include "testing/gtest/include/gtest/gtest.h"