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

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

Issue 11316287: Move WindowModalityController to CoreWm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « ui/views/corewm/window_modality_controller.cc ('k') | ui/views/test/capture_tracking_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/capture_tracking_view.h
===================================================================
--- ui/views/test/capture_tracking_view.h (revision 170620)
+++ ui/views/test/capture_tracking_view.h (working copy)
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_TEST_CAPTURE_TRACKING_VIEW_
-#define ASH_TEST_CAPTURE_TRACKING_VIEW_
+#ifndef UI_VIEWS_TEST_CAPTURE_TRACKING_VIEW_
+#define UI_VIEWS_TEST_CAPTURE_TRACKING_VIEW_
#include "base/compiler_specific.h"
#include "ui/views/view.h"
-namespace ash {
+namespace views {
namespace test {
// Used to track OnMousePressed() and OnMouseCaptureLost().
@@ -38,6 +38,6 @@
};
} // namespace test
-} // namespace ash
+} // namespace views
-#endif // ASH_TEST_CAPTURE_TRACKING_VIEW_
+#endif // UI_VIEWS_TEST_CAPTURE_TRACKING_VIEW_
« no previous file with comments | « ui/views/corewm/window_modality_controller.cc ('k') | ui/views/test/capture_tracking_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698