Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: net/proxy/proxy_config_service_android.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698