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

Unified Diff: components/update_client/update_checker_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
« no previous file with comments | « components/update_client/test_installer.cc ('k') | components/update_client/update_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/update_checker_unittest.cc
diff --git a/components/update_client/test/update_checker_unittest.cc b/components/update_client/update_checker_unittest.cc
similarity index 98%
rename from components/update_client/test/update_checker_unittest.cc
rename to components/update_client/update_checker_unittest.cc
index ce6922a4832ddc7b5f0b095009a41d64d98a09bd..01fd5ef0591b3dd04496ffeab60bcb780b849c00 100644
--- a/components/update_client/test/update_checker_unittest.cc
+++ b/components/update_client/update_checker_unittest.cc
@@ -14,9 +14,9 @@
#include "base/run_loop.h"
#include "base/version.h"
#include "components/update_client/crx_update_item.h"
-#include "components/update_client/test/test_configurator.h"
-#include "components/update_client/test/url_request_post_interceptor.h"
+#include "components/update_client/test_configurator.h"
#include "components/update_client/update_checker.h"
+#include "components/update_client/url_request_post_interceptor.h"
#include "net/url_request/url_request_test_util.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
« no previous file with comments | « components/update_client/test_installer.cc ('k') | components/update_client/update_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698