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

Unified Diff: components/update_client/test_configurator.h

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/test_configurator.h
diff --git a/components/update_client/test/test_configurator.h b/components/update_client/test_configurator.h
similarity index 95%
rename from components/update_client/test/test_configurator.h
rename to components/update_client/test_configurator.h
index 6c2ed0e9ae763145e0ed6f283bc0718bc47dea80..6e441e76874bc7075d96525e8b43d356bcf5dc11 100644
--- a/components/update_client/test/test_configurator.h
+++ b/components/update_client/test_configurator.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_UPDATE_CLIENT_TEST_TEST_CONFIGURATOR_H_
-#define COMPONENTS_UPDATE_CLIENT_TEST_TEST_CONFIGURATOR_H_
+#ifndef COMPONENTS_UPDATE_CLIENT_TEST_CONFIGURATOR_H_
+#define COMPONENTS_UPDATE_CLIENT_TEST_CONFIGURATOR_H_
#include <string>
#include <utility>
@@ -108,4 +108,4 @@ class TestConfigurator : public Configurator {
} // namespace update_client
-#endif // COMPONENTS_UPDATE_CLIENT_TEST_TEST_CONFIGURATOR_H_
+#endif // COMPONENTS_UPDATE_CLIENT_TEST_CONFIGURATOR_H_
« no previous file with comments | « components/update_client/test/url_request_post_interceptor.cc ('k') | components/update_client/test_configurator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698