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

Unified Diff: ui/ozone/platform/headless/headless_window_manager.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 | « storage/browser/fileapi/file_system_operation_runner.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/headless/headless_window_manager.h
diff --git a/ui/ozone/platform/headless/headless_window_manager.h b/ui/ozone/platform/headless/headless_window_manager.h
index 5aafac4da396bf1e2b0e13d47d67ae2e0c3e43a0..d57f091e8889a5b9c8a798535bfefb45c3634c98 100644
--- a/ui/ozone/platform/headless/headless_window_manager.h
+++ b/ui/ozone/platform/headless/headless_window_manager.h
@@ -43,7 +43,7 @@ class HeadlessWindowManager {
private:
base::FilePath location_;
- IDMap<HeadlessWindow> windows_;
+ IDMap<HeadlessWindow*> windows_;
base::ThreadChecker thread_checker_;
DISALLOW_COPY_AND_ASSIGN(HeadlessWindowManager);
« no previous file with comments | « storage/browser/fileapi/file_system_operation_runner.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698