Index: ash/test/display_manager_test_api.h |
diff --git a/ash/test/display_manager_test_api.h b/ash/test/display_manager_test_api.h |
index 6173655d207023e5c9ca6bb1f0926f52743cd88a..9088b04d09e26ee2e6d11ac24feb79ff72b70dbc 100644 |
--- a/ash/test/display_manager_test_api.h |
+++ b/ash/test/display_manager_test_api.h |
@@ -66,6 +66,15 @@ class DisplayManagerTestApi { |
DISALLOW_COPY_AND_ASSIGN(DisplayManagerTestApi); |
}; |
+class ScopedDisable125DSFForUIScaling { |
+ public: |
+ ScopedDisable125DSFForUIScaling(); |
+ ~ScopedDisable125DSFForUIScaling(); |
+ |
+ private: |
+ DISALLOW_COPY_AND_ASSIGN(ScopedDisable125DSFForUIScaling); |
+}; |
+ |
} // namespace test |
} // namespace ash |