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

Unified Diff: src/heap-profiler.h

Issue 193129: Fix variables names. (Closed)
Patch Set: Created 11 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
« no previous file with comments | « no previous file | src/heap-profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap-profiler.h
diff --git a/src/heap-profiler.h b/src/heap-profiler.h
index bb7ca33d7a72f4ec15f03427a1cdac4536c049d6..23d9502c136ac5813f7c0480265e2caaece2fa35 100644
--- a/src/heap-profiler.h
+++ b/src/heap-profiler.h
@@ -208,10 +208,10 @@ class ClustersCoarser BASE_EMBEDDED {
static const int kMaxPassesCount = 10;
ZoneScope zscope_;
- SimilarityList simList_;
- EqualityTree eqTree_;
- ClusterBackRefs* currentPair_;
- JSObjectsClusterTree* currentSet_;
+ SimilarityList sim_list_;
+ EqualityTree eq_tree_;
+ ClusterBackRefs* current_pair_;
+ JSObjectsClusterTree* current_set_;
};
« no previous file with comments | « no previous file | src/heap-profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698