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

Unified Diff: components/update_client/update_client_unittest.cc

Issue 1102103002: Move the unit tests files side-by-side with the corresponding .cc files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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/update_client/update_client_unittest.cc
diff --git a/components/update_client/test/update_client_unittest.cc b/components/update_client/update_client_unittest.cc
similarity index 99%
rename from components/update_client/test/update_client_unittest.cc
rename to components/update_client/update_client_unittest.cc
index 602fb96b1175f5f8af41d0921a7de1178b550de2..3cc3c4f1f71b51e3e2a0044c8c7e0365a057cace 100644
--- a/components/update_client/test/update_client_unittest.cc
+++ b/components/update_client/update_client_unittest.cc
@@ -17,8 +17,8 @@
#include "base/version.h"
#include "components/update_client/crx_update_item.h"
#include "components/update_client/ping_manager.h"
-#include "components/update_client/test/test_configurator.h"
-#include "components/update_client/test/test_installer.h"
+#include "components/update_client/test_configurator.h"
+#include "components/update_client/test_installer.h"
#include "components/update_client/update_checker.h"
#include "components/update_client/update_client_internal.h"
#include "content/public/browser/browser_thread.h"
« no previous file with comments | « components/update_client/update_checker_unittest.cc ('k') | components/update_client/update_response_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698