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

Unified Diff: components/update_client/test_installer.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: comments from waffles 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/test_installer.cc
diff --git a/components/update_client/test/test_installer.cc b/components/update_client/test_installer.cc
similarity index 97%
rename from components/update_client/test/test_installer.cc
rename to components/update_client/test_installer.cc
index 6c03f4922771a37c28f79bcd7ae3b27818055fc7..ad6015b980083cba9386902bfad983e741bdbd14 100644
--- a/components/update_client/test/test_installer.cc
+++ b/components/update_client/test_installer.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/update_client/test/test_installer.h"
+#include "components/update_client/test_installer.h"
#include <string>

Powered by Google App Engine
This is Rietveld 408576698