diff options
Diffstat (limited to 'chrome/browser/net/chrome_url_request_context.h')
-rw-r--r-- | chrome/browser/net/chrome_url_request_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/net/chrome_url_request_context.h b/chrome/browser/net/chrome_url_request_context.h index 916e765..88b4428 100644 --- a/chrome/browser/net/chrome_url_request_context.h +++ b/chrome/browser/net/chrome_url_request_context.h @@ -190,7 +190,7 @@ class ChromeURLRequestContext : public URLRequestContext { // Copies the dependencies from |other| into |this|. If you use this // constructor, then you should hold a reference to |other|, as we // depend on |other| being alive. - ChromeURLRequestContext(ChromeURLRequestContext* other); + explicit ChromeURLRequestContext(ChromeURLRequestContext* other); virtual ~ChromeURLRequestContext(); public: @@ -286,7 +286,7 @@ class ChromeURLRequestContextFactory { public: // Extract properties of interested from |profile|, for setting later into // a ChromeURLRequestContext using ApplyProfileParametersToContext(). - ChromeURLRequestContextFactory(Profile* profile); + explicit ChromeURLRequestContextFactory(Profile* profile); virtual ~ChromeURLRequestContextFactory(); |