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

Side by Side Diff: sync/syncable/syncable_base_transaction.cc

Issue 864223007: Mechanical rename of tracing includes for /sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trace_ppapi
Patch Set: Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « sync/syncable/directory_backing_store.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "sync/syncable/syncable_base_transaction.h" 5 #include "sync/syncable/syncable_base_transaction.h"
6 6
7 #include "base/debug/trace_event.h" 7 #include "base/trace_event/trace_event.h"
8 #include "sync/syncable/directory.h" 8 #include "sync/syncable/directory.h"
9 9
10 namespace syncer { 10 namespace syncer {
11 namespace syncable { 11 namespace syncable {
12 12
13 // static 13 // static
14 Id BaseTransaction::root_id() { 14 Id BaseTransaction::root_id() {
15 return Id::GetRoot(); 15 return Id::GetRoot();
16 } 16 }
17 17
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "src_file", from_here_.file_name(), 70 "src_file", from_here_.file_name(),
71 "src_func", from_here_.function_name()); 71 "src_func", from_here_.function_name());
72 } 72 }
73 73
74 BaseTransaction::~BaseTransaction() { 74 BaseTransaction::~BaseTransaction() {
75 TRACE_EVENT_END0("sync", name_); 75 TRACE_EVENT_END0("sync", name_);
76 } 76 }
77 77
78 } // namespace syncable 78 } // namespace syncable
79 } // namespace syncer 79 } // namespace syncer
OLDNEW
« no previous file with comments | « sync/syncable/directory_backing_store.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698