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

Unified Diff: chrome/browser/chromeos/input_method/hotkey_manager.cc

Issue 7869005: Make chromeos_clang bot happy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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
« no previous file with comments | « chrome/browser/chromeos/input_method/hotkey_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/hotkey_manager.cc
diff --git a/chrome/browser/chromeos/input_method/hotkey_manager.cc b/chrome/browser/chromeos/input_method/hotkey_manager.cc
index fd90c1000fc8ab00c986be051d4493d950f3544d..e45e2dfe6ddf5151d6622af54590569e5207cf7b 100644
--- a/chrome/browser/chromeos/input_method/hotkey_manager.cc
+++ b/chrome/browser/chromeos/input_method/hotkey_manager.cc
@@ -71,6 +71,9 @@ HotkeyManager::HotkeyManager()
filter_release_events_(false) {
}
+HotkeyManager::~HotkeyManager() {
+}
+
void HotkeyManager::AddObserver(Observer* observer) {
observers_.AddObserver(observer);
}
« no previous file with comments | « chrome/browser/chromeos/input_method/hotkey_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698