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

Unified Diff: chrome/browser/android/service_tab_launcher.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
Index: chrome/browser/android/service_tab_launcher.h
diff --git a/chrome/browser/android/service_tab_launcher.h b/chrome/browser/android/service_tab_launcher.h
index 950d4a1f52c068d65b20722ca360478a6c2da49e..6e6a376768cb78d208f82d677f45852f0a816a9e 100644
--- a/chrome/browser/android/service_tab_launcher.h
+++ b/chrome/browser/android/service_tab_launcher.h
@@ -48,7 +48,7 @@ class ServiceTabLauncher {
ServiceTabLauncher();
~ServiceTabLauncher();
- IDMap<TabLaunchedCallback, IDMapOwnPointer> tab_launched_callbacks_;
+ IDMap<std::unique_ptr<TabLaunchedCallback>> tab_launched_callbacks_;
DISALLOW_COPY_AND_ASSIGN(ServiceTabLauncher);
};
« no previous file with comments | « chrome/browser/android/compositor/layer_title_cache.cc ('k') | chrome/browser/media/android/router/media_router_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698