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

Side by Side Diff: components/download/internal/background_download_service_impl_unittest.cc

Issue 2851303003: Add the download component and initial setup (Closed)
Patch Set: Removed accidental rename Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "components/download/internal/background_download_service_impl.h"
6
7 #include "testing/gtest/include/gtest/gtest.h"
8
9 TEST(DownloadServiceImplTest, DummyTest) {
10 EXPECT_TRUE(true);
11 }
Peter Beverloo 2017/05/02 16:12:20 I'd just remove this file. The name of the test do
Peter Beverloo 2017/05/02 16:16:47 Oh to add the target. Sure. Rename the test anyway
David Trainor- moved to gerrit 2017/05/03 06:02:58 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698