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

Unified Diff: base/debug/trace_event.h

Issue 7397021: Re-land r93365 - add RefCountedString (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 9 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 | « base/base64.cc ('k') | base/debug/trace_event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/trace_event.h
diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h
index 11b8318b0bed8d1214fd64e131aadc7d957c1d54..d1c74180d16b41e93ca8fa4ff2cf20b5e825ff7d 100644
--- a/base/debug/trace_event.h
+++ b/base/debug/trace_event.h
@@ -278,10 +278,10 @@
INTERNAL_TRACE_EVENT_UID(begin_event_id), threshold); \
}
-class RefCountedBytes;
-
namespace base {
+class RefCountedString;
+
namespace debug {
// Categories allow enabling/disabling of streams of trace events
@@ -438,7 +438,7 @@ class TraceEvent {
const char* name_;
const char* arg_names_[kTraceMaxNumArgs];
TraceValue arg_values_[kTraceMaxNumArgs];
- scoped_refptr<RefCountedBytes> parameter_copy_storage_;
+ scoped_refptr<base::RefCountedString> parameter_copy_storage_;
};
« no previous file with comments | « base/base64.cc ('k') | base/debug/trace_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698