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

Unified Diff: base/trace_event.h

Issue 10895: Add Terminate() to the Process object, have RenderProcessHost use this to avo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month 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/stats_table_unittest.cc ('k') | base/trace_event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event.h
===================================================================
--- base/trace_event.h (revision 5371)
+++ base/trace_event.h (working copy)
@@ -73,7 +73,7 @@
#define TRACE_EVENT_INSTANT(name, id, extra)
#endif
-namespace process_util {
+namespace base {
class ProcessMetrics;
}
@@ -126,7 +126,7 @@
FILE* log_file_;
Lock file_lock_;
TimeTicks trace_start_time_;
- scoped_ptr<process_util::ProcessMetrics> process_metrics_;
+ scoped_ptr<base::ProcessMetrics> process_metrics_;
RepeatingTimer<TraceLog> timer_;
};
« no previous file with comments | « base/stats_table_unittest.cc ('k') | base/trace_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698