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

Unified Diff: components/download/internal/test/test_download_driver.h

Issue 2895953004: Add initial Controller to DownloadService (Closed)
Patch Set: Rebased 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 side-by-side diff with in-line comments
Download patch
Index: components/download/internal/test/test_download_driver.h
diff --git a/components/download/internal/test/test_download_driver.h b/components/download/internal/test/test_download_driver.h
index 0ee9f3d4642053855b92990e7604e07e24426407..010777aa6f94936a1286e244fd49ad52d8cfe216 100644
--- a/components/download/internal/test/test_download_driver.h
+++ b/components/download/internal/test/test_download_driver.h
@@ -12,12 +12,13 @@
#include "components/download/internal/download_driver.h"
namespace download {
+namespace test {
// Download driver that simulates content layer download logic.
class TestDownloadDriver : public DownloadDriver {
public:
TestDownloadDriver();
- ~TestDownloadDriver();
+ ~TestDownloadDriver() override;
// Marks download driver as ready, used to test logic that depends on
// data initialization.
@@ -48,6 +49,7 @@ class TestDownloadDriver : public DownloadDriver {
DISALLOW_COPY_AND_ASSIGN(TestDownloadDriver);
};
+} // namespace test
} // namespace download
#endif // COMPONENTS_DOWNLOAD_CONTENT_TEST_TEST_DOWNLOAD_DRIVER_H_
« no previous file with comments | « components/download/internal/test/mock_model_client.h ('k') | components/download/internal/test/test_download_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698