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

Unified Diff: ash/test/ash_test_base.h

Issue 11363124: Move DisplayManager and DisplayChangeObserverX11 from aura to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix rebase Created 8 years, 1 month 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 | « ash/system/chromeos/tray_display.cc ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_base.h
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h
index b5007e52027290869a3ce020b90b2e0c592b765b..e21225a991dd5da6547f4ee98cd2205a2b1366d9 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 {
@@ -46,7 +46,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:
« no previous file with comments | « ash/system/chromeos/tray_display.cc ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698