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

Unified Diff: components/sync/engine/net/network_time_update_callback.h

Issue 2408463002: [Sync] Move network-related code from core/ to engine/net/. (Closed)
Patch Set: Use SyncServerConnectionManager instead of ServerConnectionManagerImpl. Created 4 years, 2 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/sync/engine/net/network_time_update_callback.h
diff --git a/components/sync/core/network_time_update_callback.h b/components/sync/engine/net/network_time_update_callback.h
similarity index 80%
rename from components/sync/core/network_time_update_callback.h
rename to components/sync/engine/net/network_time_update_callback.h
index cab010c60f13abfc0a1e8dd8384b212031870a89..ff3c5b8ddda641df948f6e05267e37ab6395d0c0 100644
--- a/components/sync/core/network_time_update_callback.h
+++ b/components/sync/engine/net/network_time_update_callback.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_SYNC_CORE_NETWORK_TIME_UPDATE_CALLBACK_H_
-#define COMPONENTS_SYNC_CORE_NETWORK_TIME_UPDATE_CALLBACK_H_
+#ifndef COMPONENTS_SYNC_ENGINE_NET_NETWORK_TIME_UPDATE_CALLBACK_H_
+#define COMPONENTS_SYNC_ENGINE_NET_NETWORK_TIME_UPDATE_CALLBACK_H_
#include "base/callback.h"
#include "base/time/time.h"
@@ -25,4 +25,4 @@ typedef base::Callback<
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_NETWORK_TIME_UPDATE_CALLBACK_H_
+#endif // COMPONENTS_SYNC_ENGINE_NET_NETWORK_TIME_UPDATE_CALLBACK_H_
« no previous file with comments | « components/sync/engine/net/network_resources.h ('k') | components/sync/engine_impl/net/sync_server_connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698