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

Unified Diff: components/update_client/test/ping_manager_unittest.cc

Issue 808773005: Move most of the component updater artifacts to update_client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/ping_manager_unittest.cc
diff --git a/components/component_updater/test/component_updater_ping_manager_unittest.cc b/components/update_client/test/ping_manager_unittest.cc
similarity index 94%
rename from components/component_updater/test/component_updater_ping_manager_unittest.cc
rename to components/update_client/test/ping_manager_unittest.cc
index 48838749f77bdeee52681654349ae00a1bec9425..95539f0313b1d8292b24584c6089c441e6720712 100644
--- a/components/component_updater/test/component_updater_ping_manager_unittest.cc
+++ b/components/update_client/test/ping_manager_unittest.cc
@@ -6,16 +6,16 @@
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
#include "base/version.h"
-#include "components/component_updater/component_updater_ping_manager.h"
-#include "components/component_updater/crx_update_item.h"
-#include "components/component_updater/test/test_configurator.h"
-#include "components/component_updater/test/url_request_post_interceptor.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/url_request_post_interceptor.h"
#include "net/url_request/url_request_test_util.h"
#include "testing/gtest/include/gtest/gtest.h"
using std::string;
-namespace component_updater {
+namespace update_client {
class ComponentUpdaterPingManagerTest : public testing::Test {
public:
@@ -174,4 +174,4 @@ TEST_F(ComponentUpdaterPingManagerTest, DISABLED_PingManagerTest) {
interceptor->Reset();
}
-} // namespace component_updater
+} // namespace update_client

Powered by Google App Engine
This is Rietveld 408576698