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

Unified Diff: trunk/src/cc/base/scoped_ptr_hash_map.h

Issue 13316003: Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 9 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: trunk/src/cc/base/scoped_ptr_hash_map.h
===================================================================
--- trunk/src/cc/base/scoped_ptr_hash_map.h (revision 191370)
+++ trunk/src/cc/base/scoped_ptr_hash_map.h (working copy)
@@ -117,7 +117,7 @@
return it->second;
}
- inline bool contains(const Key& k) const { return data_.count(k) > 0; }
+ inline bool contains(const Key& k) const { return data_.count(k); }
inline void clear() { STLDeleteValues(&data_); }
« no previous file with comments | « trunk/src/cc/animation/layer_animation_controller_unittest.cc ('k') | trunk/src/cc/base/tiling_data_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698