| Index: chrome/browser/net/pref_proxy_config_service.h
|
| diff --git a/chrome/browser/net/pref_proxy_config_service.h b/chrome/browser/net/pref_proxy_config_service.h
|
| index a0f6cd0c2ed1effa0d2fc41b48dfc97be3355678..661a250733ac89761e916a7a0448bf1712b2edca 100644
|
| --- a/chrome/browser/net/pref_proxy_config_service.h
|
| +++ b/chrome/browser/net/pref_proxy_config_service.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -103,7 +103,7 @@ class PrefProxyConfigService
|
| virtual bool GetLatestProxyConfig(net::ProxyConfig* config);
|
| virtual void OnLazyPoll();
|
|
|
| - static void RegisterUserPrefs(PrefService* user_prefs);
|
| + static void RegisterPrefs(PrefService* user_prefs);
|
|
|
| private:
|
| // ProxyConfigService::Observer implementation:
|
|
|