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

Side by Side Diff: chrome/service/net/service_url_request_context.h

Issue 10693138: Remove #pragma once from chrome/service (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/service/gaia/service_gaia_authenticator.h ('k') | chrome/service/service_process.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_SERVICE_NET_SERVICE_URL_REQUEST_CONTEXT_H_ 5 #ifndef CHROME_SERVICE_NET_SERVICE_URL_REQUEST_CONTEXT_H_
6 #define CHROME_SERVICE_NET_SERVICE_URL_REQUEST_CONTEXT_H_ 6 #define CHROME_SERVICE_NET_SERVICE_URL_REQUEST_CONTEXT_H_
7 #pragma once
8 7
9 #include <string> 8 #include <string>
10 9
11 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
12 #include "net/base/host_resolver.h" 11 #include "net/base/host_resolver.h"
13 #include "net/base/ssl_config_service_defaults.h" 12 #include "net/base/ssl_config_service_defaults.h"
14 #include "net/cookies/cookie_monster.h" 13 #include "net/cookies/cookie_monster.h"
15 #include "net/disk_cache/disk_cache.h" 14 #include "net/disk_cache/disk_cache.h"
16 #include "net/ftp/ftp_network_layer.h" 15 #include "net/ftp/ftp_network_layer.h"
17 #include "net/http/http_auth_handler_factory.h" 16 #include "net/http/http_auth_handler_factory.h"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 ServiceURLRequestContextGetter(); 67 ServiceURLRequestContextGetter();
69 virtual ~ServiceURLRequestContextGetter(); 68 virtual ~ServiceURLRequestContextGetter();
70 69
71 std::string user_agent_; 70 std::string user_agent_;
72 scoped_refptr<base::SingleThreadTaskRunner> network_task_runner_; 71 scoped_refptr<base::SingleThreadTaskRunner> network_task_runner_;
73 scoped_ptr<net::ProxyConfigService> proxy_config_service_; 72 scoped_ptr<net::ProxyConfigService> proxy_config_service_;
74 scoped_ptr<net::URLRequestContext> url_request_context_; 73 scoped_ptr<net::URLRequestContext> url_request_context_;
75 }; 74 };
76 75
77 #endif // CHROME_SERVICE_NET_SERVICE_URL_REQUEST_CONTEXT_H_ 76 #endif // CHROME_SERVICE_NET_SERVICE_URL_REQUEST_CONTEXT_H_
OLDNEW
« no previous file with comments | « chrome/service/gaia/service_gaia_authenticator.h ('k') | chrome/service/service_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698