| Index: chrome/browser/printing/cloud_print/cloud_print_setup_flow.h
|
| diff --git a/chrome/browser/printing/cloud_print/cloud_print_setup_flow.h b/chrome/browser/printing/cloud_print/cloud_print_setup_flow.h
|
| index 5b2df5c26f9622c7a7c69c386bc9f4e2564298b5..6761bb27a57c77b3439db757fbc61c49f7a85067 100644
|
| --- a/chrome/browser/printing/cloud_print/cloud_print_setup_flow.h
|
| +++ b/chrome/browser/printing/cloud_print/cloud_print_setup_flow.h
|
| @@ -123,7 +123,7 @@ class CloudPrintSetupFlow : public HtmlDialogUIDelegate,
|
| const string16& js);
|
|
|
| // Pointer to the Web UI. This is provided by CloudPrintSetupMessageHandler
|
| - // when attached. We do not own the pointer, instead WebUI owns it's delegate
|
| + // when attached. We do not own the pointer, instead WebUI owns its delegate
|
| // (us) and controls our lifetime.
|
| content::WebUI* web_ui_;
|
|
|
|
|