Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Unified Diff: content/browser/download/download_manager_impl_unittest.cc

Issue 14606009: Cleanup: Remove unneeded base/file_util.h includes in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/appcache/chrome_appcache_service.cc ('k') | content/browser/download/drag_download_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_manager_impl_unittest.cc
===================================================================
--- content/browser/download/download_manager_impl_unittest.cc (revision 199525)
+++ content/browser/download/download_manager_impl_unittest.cc (working copy)
@@ -6,7 +6,6 @@
#include <string>
#include "base/bind.h"
-#include "base/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
@@ -64,7 +63,7 @@
class MockDownloadItemImpl : public DownloadItemImpl {
public:
// Use history constructor for minimal base object.
- MockDownloadItemImpl(DownloadItemImplDelegate* delegate)
+ explicit MockDownloadItemImpl(DownloadItemImplDelegate* delegate)
: DownloadItemImpl(
delegate,
content::DownloadId(),
@@ -426,7 +425,7 @@
DownloadManager*, int32));
};
-} // namespace
+} // namespace
class DownloadManagerTest : public testing::Test {
public:
« no previous file with comments | « content/browser/appcache/chrome_appcache_service.cc ('k') | content/browser/download/drag_download_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698