From 0882e8f4445b30e6e443bc798087b64e8522c89a Mon Sep 17 00:00:00 2001 From: "mgiuca@chromium.org" Date: Fri, 2 May 2014 00:33:38 +0000 Subject: DisplayManagerTestApi: Fixed out-of-date comment. This comment directs the reader where to find the display format string specification; it has moved to a new location. NOTRY=true Review URL: https://codereview.chromium.org/260903005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267696 0039d316-1c4b-4281-b951-d872f2087c98 --- ash/test/display_manager_test_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ash/test') diff --git a/ash/test/display_manager_test_api.h b/ash/test/display_manager_test_api.h index a3c506b1..be5dbb9 100644 --- a/ash/test/display_manager_test_api.h +++ b/ash/test/display_manager_test_api.h @@ -23,8 +23,8 @@ class DisplayManagerTestApi { // Update the display configuration as given in |display_specs|. The format of // |display_spec| is a list of comma separated spec for each displays. Please - // refer to the comment in |aura::DisplayManager::CreateDisplayFromSpec| for - // the format of the display spec. + // refer to the comment in |ash::DisplayInfo::CreateFromSpec| for the format + // of the display spec. void UpdateDisplay(const std::string& display_specs); // Set the 1st display as an internal display and returns the display Id for -- cgit v1.1