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

Unified Diff: components/sync/engine_impl/traffic_logger.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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
« no previous file with comments | « components/sync/engine_impl/syncer_util_unittest.cc ('k') | components/sync/engine_impl/traffic_logger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/traffic_logger.h
diff --git a/sync/engine/traffic_logger.h b/components/sync/engine_impl/traffic_logger.h
similarity index 69%
rename from sync/engine/traffic_logger.h
rename to components/sync/engine_impl/traffic_logger.h
index 39997de141d7bce016ae47b2eda645e92c4fbedd..1ea29c0453404827cacd08b8f587f5cbbd594f09 100644
--- a/sync/engine/traffic_logger.h
+++ b/components/sync/engine_impl/traffic_logger.h
@@ -6,8 +6,8 @@
// To get the log run a debug build of chrome with the flag
// --vmodule=traffic_logger=1.
-#ifndef SYNC_ENGINE_TRAFFIC_LOGGER_H_
-#define SYNC_ENGINE_TRAFFIC_LOGGER_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_TRAFFIC_LOGGER_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_TRAFFIC_LOGGER_H_
namespace sync_pb {
class ClientToServerResponse;
@@ -17,9 +17,8 @@ class ClientToServerMessage;
namespace syncer {
void LogClientToServerMessage(const sync_pb::ClientToServerMessage& msg);
-void LogClientToServerResponse(
- const sync_pb::ClientToServerResponse& response);
+void LogClientToServerResponse(const sync_pb::ClientToServerResponse& response);
} // namespace syncer
-#endif // SYNC_ENGINE_TRAFFIC_LOGGER_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_TRAFFIC_LOGGER_H_
« no previous file with comments | « components/sync/engine_impl/syncer_util_unittest.cc ('k') | components/sync/engine_impl/traffic_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698