summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_history_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/download/download_history_unittest.cc')
-rw-r--r--chrome/browser/download/download_history_unittest.cc14
1 files changed, 6 insertions, 8 deletions
diff --git a/chrome/browser/download/download_history_unittest.cc b/chrome/browser/download/download_history_unittest.cc
index fd5e41d..39129df 100644
--- a/chrome/browser/download/download_history_unittest.cc
+++ b/chrome/browser/download/download_history_unittest.cc
@@ -198,14 +198,12 @@ class FakeHistoryAdapter : public DownloadHistory::HistoryAdapter {
class DownloadHistoryTest : public testing::Test {
public:
DownloadHistoryTest()
- : ui_thread_(content::BrowserThread::UI, &loop_),
- manager_(new content::MockDownloadManager()),
- history_(NULL),
- download_history_(NULL),
- manager_observer_(NULL),
- item_observer_(NULL),
- download_created_index_(0) {
- }
+ : ui_thread_(content::BrowserThread::UI, &loop_),
+ manager_(new content::MockDownloadManager()),
+ history_(NULL),
+ manager_observer_(NULL),
+ item_observer_(NULL),
+ download_created_index_(0) {}
virtual ~DownloadHistoryTest() {
STLDeleteElements(&items_);
}