| Index: chrome/browser/printing/print_dialog_cloud.h
|
| diff --git a/chrome/browser/printing/print_dialog_cloud.h b/chrome/browser/printing/print_dialog_cloud.h
|
| index c235387d28c244feb0fb5b83c94a339fedd28f73..422e16aa5eaacf69f41eba5a295d81de6037d04a 100644
|
| --- a/chrome/browser/printing/print_dialog_cloud.h
|
| +++ b/chrome/browser/printing/print_dialog_cloud.h
|
| @@ -29,7 +29,7 @@ class PrefRegistrySyncable;
|
|
|
| namespace print_dialog_cloud {
|
|
|
| -void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| +void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // Creates a print dialog to print a file on disk.
|
| // Called on the FILE or UI thread. Even though this may start up a modal
|
|
|