| Index: chrome/browser/service/service_process_control_browsertest.cc | 
| diff --git a/chrome/browser/service/service_process_control_browsertest.cc b/chrome/browser/service/service_process_control_browsertest.cc | 
| index 673bd4c69d1c40ab5919c4fa10c2c2ed6b73b35f..b7b0c588038b5a4b2f30895eaaca11128f736618 100644 | 
| --- a/chrome/browser/service/service_process_control_browsertest.cc | 
| +++ b/chrome/browser/service/service_process_control_browsertest.cc | 
| @@ -1,4 +1,4 @@ | 
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved. | 
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved. | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| @@ -52,7 +52,7 @@ class ServiceProcessControlBrowserTest | 
| ui_test_utils::RunMessageLoop(); | 
| } | 
|  | 
| -  // Send a remoting host status request and wait reply from the service. | 
| +  // Send a Cloud Print status request and wait for a reply from the service. | 
| void SendRequestAndWait() { | 
| process()->GetCloudPrintProxyStatus(NewCallback( | 
| this, &ServiceProcessControlBrowserTest::CloudPrintStatusCallback)); | 
| @@ -119,8 +119,8 @@ IN_PROC_BROWSER_TEST_F(ServiceProcessControlBrowserTest, | 
| EXPECT_TRUE(process()->Shutdown()); | 
| } | 
|  | 
| -// This tests the case when a service process is launched when browser | 
| -// starts but we try to launch it again in the remoting setup dialog. | 
| +// This tests the case when a service process is launched when the browser | 
| +// starts but we try to launch it again while setting up Cloud Print. | 
| // Crashes on mac. http://crbug.com/75518 | 
| #if defined(OS_MACOSX) | 
| #define MAYBE_LaunchTwice DISABLED_LaunchTwice | 
|  |