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

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

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 | « no previous file | chrome/browser/chromeos/input_method/hotkey_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/hotkey_manager.h
diff --git a/chrome/browser/chromeos/input_method/hotkey_manager.h b/chrome/browser/chromeos/input_method/hotkey_manager.h
index 4f4cffc8e0f6a2521cbe731f362e7c4179acde1e..96de64f9c5505ae70f2692f59317551acf51a340 100644
--- a/chrome/browser/chromeos/input_method/hotkey_manager.h
+++ b/chrome/browser/chromeos/input_method/hotkey_manager.h
@@ -27,7 +27,7 @@ class HotkeyManager {
};
HotkeyManager();
- ~HotkeyManager() {}
+ ~HotkeyManager();
void AddObserver(Observer* observer);
void RemoveObserver(Observer* observer);
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/hotkey_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698