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

Unified Diff: chrome/browser/android/compositor/layer_title_cache.h

Issue 2496653002: Part 2 of base::IDMap refactor to eliminate IDMapOwnPointer/IDMapExternalPointer modes (Closed)
Patch Set: typedefs => using statements, update comments in base/id_map.h Created 4 years 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/id_map_unittest.cc ('k') | chrome/browser/android/compositor/layer_title_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/compositor/layer_title_cache.h
diff --git a/chrome/browser/android/compositor/layer_title_cache.h b/chrome/browser/android/compositor/layer_title_cache.h
index c624074592817f537d4a4fd72b83fe0385b9eb33..98d0f755d895478519e8e9a009b6cc8fff4cfd0c 100644
--- a/chrome/browser/android/compositor/layer_title_cache.h
+++ b/chrome/browser/android/compositor/layer_title_cache.h
@@ -73,7 +73,7 @@ class LayerTitleCache {
private:
virtual ~LayerTitleCache();
- IDMap<DecorationTitle, IDMapOwnPointer> layer_cache_;
+ IDMap<std::unique_ptr<DecorationTitle>> layer_cache_;
JavaObjectWeakGlobalRef weak_java_title_cache_;
int fade_width_;
« no previous file with comments | « base/id_map_unittest.cc ('k') | chrome/browser/android/compositor/layer_title_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698