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

Unified Diff: net/proxy/proxy_resolver_script_data.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_resolver_script_data.h
diff --git a/net/proxy/proxy_resolver_script_data.h b/net/proxy/proxy_resolver_script_data.h
index 16e17fd529320f6b7c068bdd652756678e23ef09..0ecea5be32b25b23bc261c4d639aae2ca9757ded 100644
--- a/net/proxy/proxy_resolver_script_data.h
+++ b/net/proxy/proxy_resolver_script_data.h
@@ -41,9 +41,7 @@ class NET_EXPORT_PRIVATE ProxyResolverScriptData
// Creates a script data for using an automatically detected PAC URL.
static scoped_refptr<ProxyResolverScriptData> ForAutoDetect();
- Type type() const {
- return type_;
- }
+ Type type() const { return type_; }
// Returns the contents of the script as UTF16.
// (only valid for type() == TYPE_SCRIPT_CONTENTS).
@@ -63,7 +61,6 @@ class NET_EXPORT_PRIVATE ProxyResolverScriptData
const base::string16& utf16);
virtual ~ProxyResolverScriptData();
-
const Type type_;
const GURL url_;
const base::string16 utf16_;

Powered by Google App Engine
This is Rietveld 408576698