Chromium Code Reviews| Index: components/download/internal/background_download_service_impl_unittest.cc |
| diff --git a/components/download/internal/background_download_service_impl_unittest.cc b/components/download/internal/background_download_service_impl_unittest.cc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6ce17c5c04020e6704448072dc23a8d5d5da8d40 |
| --- /dev/null |
| +++ b/components/download/internal/background_download_service_impl_unittest.cc |
| @@ -0,0 +1,11 @@ |
| +// Copyright 2017 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#include "components/download/internal/background_download_service_impl.h" |
| + |
| +#include "testing/gtest/include/gtest/gtest.h" |
| + |
| +TEST(DownloadServiceImplTest, DummyTest) { |
| + EXPECT_TRUE(true); |
| +} |
|
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.
|