| Index: chrome/browser/chromeos/customization_document.h
|
| diff --git a/chrome/browser/chromeos/customization_document.h b/chrome/browser/chromeos/customization_document.h
|
| index e7a06e41737107e1526fcfcf7ec544e1d564ed76..81872e9aca8b9b41b0b75ca59515159d8cc535d8 100644
|
| --- a/chrome/browser/chromeos/customization_document.h
|
| +++ b/chrome/browser/chromeos/customization_document.h
|
| @@ -16,7 +16,7 @@
|
| #include "googleurl/src/gurl.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
|
|
| -class PrefServiceSimple;
|
| +class PrefRegistrySimple;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -119,7 +119,7 @@ class ServicesCustomizationDocument : public CustomizationDocument,
|
| static ServicesCustomizationDocument* GetInstance();
|
|
|
| // Registers preferences.
|
| - static void RegisterPrefs(PrefServiceSimple* local_state);
|
| + static void RegisterPrefs(PrefRegistrySimple* registry);
|
|
|
| // Return true if the customization was applied. Customization is applied only
|
| // once per machine.
|
|
|