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

Unified Diff: base/test/trace_event_analyzer_unittest.cc

Issue 8914022: Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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/debug/trace_event_unittest.cc ('k') | chrome/browser/sync/glue/session_model_associator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/trace_event_analyzer_unittest.cc
===================================================================
--- base/test/trace_event_analyzer_unittest.cc (revision 114494)
+++ base/test/trace_event_analyzer_unittest.cc (working copy)
@@ -15,8 +15,7 @@
public:
void ManualSetUp();
void OnTraceDataCollected(
- const scoped_refptr<base::debug::TraceLog::RefCountedString>&
- json_events_str);
+ scoped_refptr<base::debug::TraceLog::RefCountedString> json_events_str);
void BeginTracing();
void EndTracing();
@@ -36,8 +35,7 @@
}
void TraceEventAnalyzerTest::OnTraceDataCollected(
- const scoped_refptr<base::debug::TraceLog::RefCountedString>&
- json_events_str) {
+ scoped_refptr<base::debug::TraceLog::RefCountedString> json_events_str) {
buffer_.AddFragment(json_events_str->data);
}
@@ -611,3 +609,4 @@
} // namespace trace_analyzer
+
« no previous file with comments | « base/debug/trace_event_unittest.cc ('k') | chrome/browser/sync/glue/session_model_associator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698