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

Unified Diff: tools/gn/value.h

Issue 2825853002: Improvements to uses of base::SmallMap (Closed)
Patch Set: Review comments Created 3 years, 8 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 | « storage/browser/blob/blob_memory_controller.cc ('k') | ui/latency/latency_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/value.h
diff --git a/tools/gn/value.h b/tools/gn/value.h
index 3ce0117ff6fe9320787eab22a9f03474d4f41be1..3103509bc7065a86b205d191ae9e840a6e5243b2 100644
--- a/tools/gn/value.h
+++ b/tools/gn/value.h
@@ -120,7 +120,7 @@ class Value {
private:
// This are a lot of objects associated with every Value that need
// initialization and tear down every time. It might be more efficient to
- // create a union of ManualConstructor objects (see SmallMap) and only
+ // create a union of ManualConstructor objects (see small_map) and only
// use the one we care about.
Type type_;
std::string string_value_;
« no previous file with comments | « storage/browser/blob/blob_memory_controller.cc ('k') | ui/latency/latency_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698