diff options
author | primiano <primiano@chromium.org> | 2015-01-30 09:24:18 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-30 17:25:13 +0000 |
commit | a592e1f2ea43bb75feff793b98bb8b580e160f3b (patch) | |
tree | c5ddf9e845fa442674c7d65a7a209ff794705bb7 /sync | |
parent | c945f824465a09aa841e6b836b5b12997dfb8747 (diff) | |
download | chromium_src-a592e1f2ea43bb75feff793b98bb8b580e160f3b.zip chromium_src-a592e1f2ea43bb75feff793b98bb8b580e160f3b.tar.gz chromium_src-a592e1f2ea43bb75feff793b98bb8b580e160f3b.tar.bz2 |
Mechanical rename of tracing includes for /sync
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}
Diffstat (limited to 'sync')
-rw-r--r-- | sync/engine/commit.cc | 2 | ||||
-rw-r--r-- | sync/engine/get_updates_processor.cc | 2 | ||||
-rw-r--r-- | sync/engine/syncer.cc | 2 | ||||
-rw-r--r-- | sync/syncable/directory.cc | 2 | ||||
-rw-r--r-- | sync/syncable/directory_backing_store.cc | 2 | ||||
-rw-r--r-- | sync/syncable/syncable_base_transaction.cc | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sync/engine/commit.cc b/sync/engine/commit.cc index 92cf4d2..509e08d 100644 --- a/sync/engine/commit.cc +++ b/sync/engine/commit.cc @@ -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" diff --git a/sync/engine/get_updates_processor.cc b/sync/engine/get_updates_processor.cc index 79be6c8..25fdde4 100644 --- a/sync/engine/get_updates_processor.cc +++ b/sync/engine/get_updates_processor.cc @@ -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" diff --git a/sync/engine/syncer.cc b/sync/engine/syncer.cc index a9f1ece..bae809e 100644 --- a/sync/engine/syncer.cc +++ b/sync/engine/syncer.cc @@ -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" diff --git a/sync/syncable/directory.cc b/sync/syncable/directory.cc index 68774df..d34d8bf 100644 --- a/sync/syncable/directory.cc +++ b/sync/syncable/directory.cc @@ -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" diff --git a/sync/syncable/directory_backing_store.cc b/sync/syncable/directory_backing_store.cc index 536af35..f87933b 100644 --- a/sync/syncable/directory_backing_store.cc +++ b/sync/syncable/directory_backing_store.cc @@ -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" diff --git a/sync/syncable/syncable_base_transaction.cc b/sync/syncable/syncable_base_transaction.cc index 8bcaf44..8eb6d6b 100644 --- a/sync/syncable/syncable_base_transaction.cc +++ b/sync/syncable/syncable_base_transaction.cc @@ -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 { |