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

Unified Diff: base/tracked_objects.h

Issue 7778033: Add trace code to track all posted tasks in message_loop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win trace tests Created 9 years, 3 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
Index: base/tracked_objects.h
diff --git a/base/tracked_objects.h b/base/tracked_objects.h
index 60444080c16255ecf4cdd00e925c4ffd5140a5fc..875aafd5ed62fae94ffebae543aa731c9082e33e 100644
--- a/base/tracked_objects.h
+++ b/base/tracked_objects.h
@@ -346,7 +346,7 @@ class BASE_EXPORT Aggregation: public DeathData {
private:
int birth_count_;
- std::map<std::string, int> birth_files_;
+ std::map<base::StringPiece, int> birth_files_;
std::map<Location, int> locations_;
std::map<const ThreadData*, int> birth_threads_;
DeathData death_data_;
« base/tracked.cc ('K') | « base/tracked.cc ('k') | base/tracked_objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698