| Index: chrome/browser/printing/cloud_print/cloud_print_setup_handler.h
|
| diff --git a/chrome/browser/printing/cloud_print/cloud_print_setup_handler.h b/chrome/browser/printing/cloud_print/cloud_print_setup_handler.h
|
| index d5d24d4a03fc91db660f204a66742560f1da95b5..945c90848a27c989bc19dec7b59c56f85b7ae750 100644
|
| --- a/chrome/browser/printing/cloud_print/cloud_print_setup_handler.h
|
| +++ b/chrome/browser/printing/cloud_print/cloud_print_setup_handler.h
|
| @@ -13,7 +13,7 @@
|
| // Provides a weak pointer adapter so that callers of
|
| // CloudPrintSetupFlow::OpenDialog can still be notified when the dialog
|
| // completes, but don't have to stick around until the end. Lifetime should be
|
| -// shorter than that of it's owner.
|
| +// shorter than that of its owner.
|
| class CloudPrintSetupHandler
|
| : public CloudPrintSetupFlow::Delegate,
|
| public base::SupportsWeakPtr<CloudPrintSetupHandler> {
|
|
|