Index: ash/test/ash_test_base.h |
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h |
index 2899268e4c5e46f20e2bb9f48abb53a100aa485b..db6245138d58fa49ca81cbb10e5e10906216a9ed 100644 |
--- a/ash/test/ash_test_base.h |
+++ b/ash/test/ash_test_base.h |
@@ -15,7 +15,7 @@ |
namespace ash { |
namespace internal { |
-class MultiDisplayManager; |
+class DisplayManager; |
} // internal |
namespace test { |
@@ -44,7 +44,7 @@ class AshTestBase : public testing::Test { |
void ChangeDisplayConfig(float scale, const gfx::Rect& bounds); |
// Update the display configuration as given in |display_specs|. |
- // See ash::test::MultiDisplayManagerTestApi::UpdateDisplay for more details. |
+ // See ash::test::DisplayManagerTestApi::UpdateDisplay for more details. |
void UpdateDisplay(const std::string& display_specs); |
protected: |