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_ |