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

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

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/test/capture_tracking_view.h ('k') | ui/views/test/child_modal_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/capture_tracking_view.cc
===================================================================
--- ui/views/test/capture_tracking_view.cc (revision 170620)
+++ ui/views/test/capture_tracking_view.cc (working copy)
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/test/capture_tracking_view.h"
+#include "ui/views/test/capture_tracking_view.h"
-namespace ash {
+namespace views {
namespace test {
CaptureTrackingView::CaptureTrackingView()
@@ -25,4 +25,4 @@
}
} // namespace test
-} // namespace ash
+} // namespace views
« no previous file with comments | « ui/views/test/capture_tracking_view.h ('k') | ui/views/test/child_modal_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698