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

Unified Diff: net/proxy/proxy_resolver_script_data.h

Issue 3814013: FBTF: Monster ctor patch after changing heuristics in clang plugin. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: More add file fail Created 10 years, 2 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
« no previous file with comments | « net/net.gyp ('k') | net/proxy/proxy_resolver_script_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 72092e122d8d08fc5be07b08a693b71b9d88c19b..7b8118f757a1181ce47898f8aa2a83b1f7ea74a6 100644
--- a/net/proxy/proxy_resolver_script_data.h
+++ b/net/proxy/proxy_resolver_script_data.h
@@ -54,13 +54,12 @@ class ProxyResolverScriptData
const GURL& url() const;
private:
+ friend class base::RefCountedThreadSafe<ProxyResolverScriptData>;
ProxyResolverScriptData(Type type,
const GURL& url,
- const string16& utf16)
- : type_(type),
- url_(url),
- utf16_(utf16) {
- }
+ const string16& utf16);
+ virtual ~ProxyResolverScriptData();
+
const Type type_;
const GURL url_;
« no previous file with comments | « net/net.gyp ('k') | net/proxy/proxy_resolver_script_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698