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

Unified Diff: chrome/browser/ui/views/apps/keyboard_hook_handler_win.cc

Issue 1099383002: Change ScopedPtrHashMap's 2nd template parameter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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
Index: chrome/browser/ui/views/apps/keyboard_hook_handler_win.cc
diff --git a/chrome/browser/ui/views/apps/keyboard_hook_handler_win.cc b/chrome/browser/ui/views/apps/keyboard_hook_handler_win.cc
index 3d34ab6d38debfa521ebf8ed44be4037e7f1566b..c6096640b1f65e5436bd3743dd64ebe0cf0a6e30 100644
--- a/chrome/browser/ui/views/apps/keyboard_hook_handler_win.cc
+++ b/chrome/browser/ui/views/apps/keyboard_hook_handler_win.cc
@@ -210,7 +210,8 @@ class LowLevelHookHandler {
// executed on same thread that registered the hook and there is only one
// thread
// that execute all view code in browser.
- base::ScopedPtrHashMap<HWND, KeyboardInterceptRegistration> registrations_;
+ base::ScopedPtrHashMap<HWND, scoped_ptr<KeyboardInterceptRegistration>>
+ registrations_;
DISALLOW_COPY_AND_ASSIGN(LowLevelHookHandler);
};
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_chromeos.h ('k') | components/autofill/core/common/autofill_regexes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698