Index: ui/views/focus/accelerator_handler.h |
diff --git a/views/focus/accelerator_handler.h b/ui/views/focus/accelerator_handler.h |
similarity index 92% |
copy from views/focus/accelerator_handler.h |
copy to ui/views/focus/accelerator_handler.h |
index 71f86880e68747ae6cf17c35fed3666f7b0e7a28..0b4d8d4c459c60f263ff9e2a19f8a04f0e57dec1 100644 |
--- a/views/focus/accelerator_handler.h |
+++ b/ui/views/focus/accelerator_handler.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef VIEWS_FOCUS_ACCELERATOR_HANDLER_H_ |
-#define VIEWS_FOCUS_ACCELERATOR_HANDLER_H_ |
+#ifndef UI_VIEWS_FOCUS_ACCELERATOR_HANDLER_H_ |
+#define UI_VIEWS_FOCUS_ACCELERATOR_HANDLER_H_ |
#pragma once |
#include "build/build_config.h" |
@@ -58,4 +58,4 @@ class VIEWS_EXPORT AcceleratorHandler : public MessageLoop::Dispatcher { |
} // namespace views |
-#endif // VIEWS_FOCUS_ACCELERATOR_HANDLER_H_ |
+#endif // UI_VIEWS_FOCUS_ACCELERATOR_HANDLER_H_ |