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

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

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
« no previous file with comments | « components/download/internal/test/test_download_driver.h ('k') | components/download/public/clients.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/download/internal/test/test_download_driver.cc
diff --git a/components/download/internal/test/test_download_driver.cc b/components/download/internal/test/test_download_driver.cc
index 78de8d776ade3239c492b665c377c33ade62dcf3..3f67629650da8c0b181b005376b469221aa51472 100644
--- a/components/download/internal/test/test_download_driver.cc
+++ b/components/download/internal/test/test_download_driver.cc
@@ -9,6 +9,7 @@
#include "net/http/http_response_headers.h"
namespace download {
+namespace test {
TestDownloadDriver::TestDownloadDriver() : is_ready_(false), client_(nullptr) {}
@@ -81,4 +82,5 @@ base::Optional<DriverEntry> TestDownloadDriver::Find(const std::string& guid) {
return it->second;
}
-} // namespace downloads
+} // namespace test
+} // namespace download
« no previous file with comments | « components/download/internal/test/test_download_driver.h ('k') | components/download/public/clients.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698