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

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

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.h
diff --git a/ui/display/manager/chromeos/test/test_display_layout_manager.h b/ui/display/manager/chromeos/test/test_display_layout_manager.h
index 30e8707dc102c10e192240d9744ab897ee0eb205..b97e0dd8c9b267dd82aa679dd961fe9d314732f6 100644
--- a/ui/display/manager/chromeos/test/test_display_layout_manager.h
+++ b/ui/display/manager/chromeos/test/test_display_layout_manager.h
@@ -10,7 +10,7 @@
#include "ui/display/manager/chromeos/display_configurator.h"
#include "ui/display/manager/chromeos/display_layout_manager.h"
-namespace ui {
+namespace display {
namespace test {
class TestDisplayLayoutManager : public DisplayLayoutManager {
@@ -41,6 +41,6 @@ class TestDisplayLayoutManager : public DisplayLayoutManager {
};
} // namespace test
-} // namespace ui
+} // namespace display
#endif // UI_DISPLAY_MANAGER_CHROMEOS_TEST_TEST_DISPLAY_LAYOUT_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698