| Index: chrome/browser/web_resource/eula_accepted_notifier.h
|
| diff --git a/chrome/browser/web_resource/eula_accepted_notifier.h b/chrome/browser/web_resource/eula_accepted_notifier.h
|
| index ec4d81506ca8878871d26425b1528fafa175a4d6..cd641261d662c41123e8775fe1aa8f98ff027f4c 100644
|
| --- a/chrome/browser/web_resource/eula_accepted_notifier.h
|
| +++ b/chrome/browser/web_resource/eula_accepted_notifier.h
|
| @@ -33,7 +33,7 @@ class EulaAcceptedNotifier {
|
| virtual bool IsEulaAccepted();
|
|
|
| // Factory method for this class.
|
| - static EulaAcceptedNotifier* Create();
|
| + static EulaAcceptedNotifier* Create(PrefService* local_state);
|
|
|
| protected:
|
| // Notifies the observer that the EULA has been updated, made protected for
|
|
|