| Index: net/proxy/proxy_config_service_android.h
|
| diff --git a/net/proxy/proxy_config_service_android.h b/net/proxy/proxy_config_service_android.h
|
| index 949ec426ebcf0dfd9d4710db8f4a12f8bdddf4f6..ef8bd07a8952d55f3a151fce76bc6646965ae939 100644
|
| --- a/net/proxy/proxy_config_service_android.h
|
| +++ b/net/proxy/proxy_config_service_android.h
|
| @@ -29,7 +29,7 @@ class NET_EXPORT ProxyConfigServiceAndroid : public ProxyConfigService {
|
| // key. If it was not found, an empty string is returned. Note that this
|
| // interface does not let you distinguish an empty property from a
|
| // non-existing property. This callback is invoked on the JNI thread.
|
| - typedef base::Callback<std::string (const std::string& property)>
|
| + typedef base::Callback<std::string(const std::string& property)>
|
| GetPropertyCallback;
|
|
|
| // Separate class whose instance is owned by the Delegate class implemented in
|
| @@ -79,6 +79,6 @@ class NET_EXPORT ProxyConfigServiceAndroid : public ProxyConfigService {
|
| DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceAndroid);
|
| };
|
|
|
| -} // namespace net
|
| +} // namespace net
|
|
|
| -#endif // NET_PROXY_PROXY_CONFIG_SERVICE_ANDROID_H_
|
| +#endif // NET_PROXY_PROXY_CONFIG_SERVICE_ANDROID_H_
|
|
|