Chromium Code Reviews| OLD | NEW |
|---|---|
| (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.
| |
| OLD | NEW |