| Index: chrome/browser/chromeos/customization_document.h
|
| diff --git a/chrome/browser/chromeos/customization_document.h b/chrome/browser/chromeos/customization_document.h
|
| index 93cb59aa9ab933907b06cf495806174824abadfd..6927a4a046aefe8f560737e8e02e0cba7d7fe842 100644
|
| --- a/chrome/browser/chromeos/customization_document.h
|
| +++ b/chrome/browser/chromeos/customization_document.h
|
| @@ -17,7 +17,7 @@
|
| #include "net/url_request/url_fetcher_delegate.h"
|
|
|
| class FilePath;
|
| -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.
|
|
|