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

Unified Diff: ui/display/manager/json_converter_unittest.cc

Issue 2733313002: Move display preference code from ash/display/ to ui/display/manager/. (Closed)
Patch Set: . Created 3 years, 9 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/json_converter_unittest.cc
diff --git a/ash/display/json_converter_unittest.cc b/ui/display/manager/json_converter_unittest.cc
similarity index 97%
rename from ash/display/json_converter_unittest.cc
rename to ui/display/manager/json_converter_unittest.cc
index e254c9901d08844f2b60cc13fb402d90a10f58c1..3236e8d43b39523a007432abf290e80ba450c36e 100644
--- a/ash/display/json_converter_unittest.cc
+++ b/ui/display/manager/json_converter_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/display/json_converter.h"
+#include "ui/display/manager/json_converter.h"
#include <memory>
@@ -11,7 +11,7 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/display/display_layout.h"
-namespace ash {
+namespace display {
TEST(JsonConverterTest, JsonFromToDisplayLayout) {
display::DisplayLayout layout;
@@ -92,4 +92,4 @@ TEST(JsonConverterTest, OldJsonToDisplayLayout) {
EXPECT_EQ(20, read_layout.placement_list[0].offset);
}
-} // namespace ash
+} // namespace display
« ui/display/manager/json_converter.h ('K') | « ui/display/manager/json_converter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698