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

Unified Diff: ui/display/manager/chromeos/test/test_display_layout_manager.cc

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 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
Index: ui/display/manager/chromeos/test/test_display_layout_manager.cc
diff --git a/ui/display/manager/chromeos/test/test_display_layout_manager.cc b/ui/display/manager/chromeos/test/test_display_layout_manager.cc
index 8fed084c34830602fd414ef5a88a9aae4b957118..9c4ebfb1968a27d3b971235dc4b260e2b51b2a16 100644
--- a/ui/display/manager/chromeos/test/test_display_layout_manager.cc
+++ b/ui/display/manager/chromeos/test/test_display_layout_manager.cc
@@ -8,7 +8,7 @@
#include "ui/display/types/display_snapshot.h"
-namespace ui {
+namespace display {
namespace test {
TestDisplayLayoutManager::TestDisplayLayoutManager(
@@ -57,4 +57,4 @@ bool TestDisplayLayoutManager::IsMirroring() const {
}
} // namespace test
-} // namespace ui
+} // namespace display

Powered by Google App Engine
This is Rietveld 408576698