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

Unified Diff: components/update_client/component_patcher_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: 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/component_patcher_unittest.cc
diff --git a/components/update_client/test/component_patcher_unittest.cc b/components/update_client/component_patcher_unittest.cc
similarity index 98%
rename from components/update_client/test/component_patcher_unittest.cc
rename to components/update_client/component_patcher_unittest.cc
index 4f5e14306aa051fc8f363ccca7151d2fbf43946a..c398abccd8a5282ba34ae237bcec72f259362a15 100644
--- a/components/update_client/test/component_patcher_unittest.cc
+++ b/components/update_client/component_patcher_unittest.cc
@@ -15,8 +15,8 @@
#include "base/values.h"
#include "components/update_client/component_patcher.h"
#include "components/update_client/component_patcher_operation.h"
-#include "components/update_client/test/component_patcher_unittest.h"
-#include "components/update_client/test/test_installer.h"
+#include "components/update_client/component_patcher_unittest.h"
+#include "components/update_client/test_installer.h"
#include "courgette/courgette.h"
#include "courgette/third_party/bsdiff.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698