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

Unified Diff: ui/display/chromeos/display_configurator_unittest.cc

Issue 972153004: Make ui::DisplayConfigurator a singleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make a Singleton Created 5 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
« no previous file with comments | « ui/display/chromeos/display_configurator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/chromeos/display_configurator_unittest.cc
diff --git a/ui/display/chromeos/display_configurator_unittest.cc b/ui/display/chromeos/display_configurator_unittest.cc
index 6b940be5be0c88dc770c5ed5ac4a9d8713948b29..dd99ab5e0fec68e6acb9fbbf9518281b9c282530 100644
--- a/ui/display/chromeos/display_configurator_unittest.cc
+++ b/ui/display/chromeos/display_configurator_unittest.cc
@@ -112,6 +112,8 @@ class TestMirroringController
DISALLOW_COPY_AND_ASSIGN(TestMirroringController);
};
+} // namespace
+
class DisplayConfiguratorTest : public testing::Test {
public:
enum CallbackResult {
@@ -227,8 +229,6 @@ class DisplayConfiguratorTest : public testing::Test {
DISALLOW_COPY_AND_ASSIGN(DisplayConfiguratorTest);
};
-} // namespace
-
TEST_F(DisplayConfiguratorTest, FindDisplayModeMatchingSize) {
ScopedVector<const DisplayMode> modes;
« no previous file with comments | « ui/display/chromeos/display_configurator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698