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

Unified Diff: ui/views/test/focus_manager_test.h

Issue 444583002: MacViews: Get widget_interactive_uitest compiling on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try FocusListener Created 6 years, 4 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 | « ui/views/focus/focus_traversal_unittest.cc ('k') | ui/views/test/focus_manager_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/focus_manager_test.h
diff --git a/ui/views/focus/focus_manager_test.h b/ui/views/test/focus_manager_test.h
similarity index 95%
rename from ui/views/focus/focus_manager_test.h
rename to ui/views/test/focus_manager_test.h
index e54138673b0afb90c66341bdf69823f662af28aa..bbabcd0bfd7afaf30d88db0187ca7b9dcd9e8cf4 100644
--- a/ui/views/focus/focus_manager_test.h
+++ b/ui/views/test/focus_manager_test.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 UI_VIEWS_FOCUS_FOCUS_MANAGER_TEST_H_
-#define UI_VIEWS_FOCUS_FOCUS_MANAGER_TEST_H_
+#ifndef UI_VIEWS_TEST_FOCUS_MANAGER_TEST_H_
+#define UI_VIEWS_TEST_FOCUS_MANAGER_TEST_H_
#include "ui/views/focus/focus_manager.h"
#include "ui/views/focus/widget_focus_manager.h"
@@ -103,4 +103,4 @@ class TestWidgetFocusChangeListener : public WidgetFocusChangeListener {
} // namespace views
-#endif // UI_VIEWS_FOCUS_FOCUS_MANAGER_TEST_H_
+#endif // UI_VIEWS_TEST_FOCUS_MANAGER_TEST_H_
« no previous file with comments | « ui/views/focus/focus_traversal_unittest.cc ('k') | ui/views/test/focus_manager_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698