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

Unified Diff: src/platform/window_manager/key_bindings.cc

Issue 501116: wm: Update namespace and header define guards. (Closed)
Patch Set: move using directive inside of namespace for consistency Created 11 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: src/platform/window_manager/key_bindings.cc
diff --git a/src/platform/window_manager/key_bindings.cc b/src/platform/window_manager/key_bindings.cc
index f781da013f529297cc283471da009978e9fbbe97..923472b0bc3a2072bd310ffe78033418fb009023 100644
--- a/src/platform/window_manager/key_bindings.cc
+++ b/src/platform/window_manager/key_bindings.cc
@@ -16,7 +16,9 @@ extern "C" {
#include "chromeos/obsolete_logging.h"
#include "window_manager/x_connection.h"
-namespace chromeos {
+namespace window_manager {
+
+using chromeos::Closure;
bool KeyBindings::KeyComboComparator::operator()(const KeyCombo& a,
const KeyCombo& b) const {
@@ -231,4 +233,4 @@ uint KeyBindings::KeySymToModifier(uint keysym) {
return 0;
}
-} // namespace chromeos
+} // namespace window_manager

Powered by Google App Engine
This is Rietveld 408576698