Skip to content

Commit

Permalink
Mechanical rename of tracing includes for /sync
Browse files Browse the repository at this point in the history
This is just a mechanical rename of tracing includes.
See crrev.com/837303004 and the related bug for motivations.

BUG=451032
TBR=maniscalco@chromium.org

Review URL: https://codereview.chromium.org/864223007

Cr-Commit-Position: refs/heads/master@{#313930}
  • Loading branch information
primiano authored and Commit bot committed Jan 30, 2015
1 parent c945f82 commit a592e1f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sync/engine/commit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "sync/engine/commit.h"

#include "base/debug/trace_event.h"
#include "base/trace_event/trace_event.h"
#include "sync/engine/commit_contribution.h"
#include "sync/engine/commit_processor.h"
#include "sync/engine/commit_util.h"
Expand Down
2 changes: 1 addition & 1 deletion sync/engine/get_updates_processor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <map>

#include "base/debug/trace_event.h"
#include "base/trace_event/trace_event.h"
#include "sync/engine/get_updates_delegate.h"
#include "sync/engine/syncer_proto_util.h"
#include "sync/engine/update_handler.h"
Expand Down
2 changes: 1 addition & 1 deletion sync/engine/syncer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

#include "sync/engine/syncer.h"

#include "base/debug/trace_event.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/message_loop/message_loop.h"
#include "base/time/time.h"
#include "base/trace_event/trace_event.h"
#include "build/build_config.h"
#include "sync/engine/apply_control_data_updates.h"
#include "sync/engine/commit.h"
Expand Down
2 changes: 1 addition & 1 deletion sync/syncable/directory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#include <iterator>

#include "base/base64.h"
#include "base/debug/trace_event.h"
#include "base/stl_util.h"
#include "base/strings/string_number_conversions.h"
#include "base/trace_event/trace_event.h"
#include "sync/internal_api/public/base/attachment_id_proto.h"
#include "sync/internal_api/public/base/unique_position.h"
#include "sync/internal_api/public/util/unrecoverable_error_handler.h"
Expand Down
2 changes: 1 addition & 1 deletion sync/syncable/directory_backing_store.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
#include <limits>

#include "base/base64.h"
#include "base/debug/trace_event.h"
#include "base/logging.h"
#include "base/rand_util.h"
#include "base/strings/stringprintf.h"
#include "base/time/time.h"
#include "base/trace_event/trace_event.h"
#include "sql/connection.h"
#include "sql/statement.h"
#include "sql/transaction.h"
Expand Down
2 changes: 1 addition & 1 deletion sync/syncable/syncable_base_transaction.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "sync/syncable/syncable_base_transaction.h"

#include "base/debug/trace_event.h"
#include "base/trace_event/trace_event.h"
#include "sync/syncable/directory.h"

namespace syncer {
Expand Down

0 comments on commit a592e1f

Please sign in to comment.