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

Unified 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, 8 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
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.

Powered by Google App Engine
This is Rietveld 408576698