summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_network_layer.h')
-rw-r--r--net/http/http_network_layer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/http/http_network_layer.h b/net/http/http_network_layer.h
index 91e1a86..730b5c7 100644
--- a/net/http/http_network_layer.h
+++ b/net/http/http_network_layer.h
@@ -8,9 +8,9 @@
#include <string>
-#include "base/non_thread_safe.h"
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
+#include "base/threading/non_thread_safe.h"
#include "net/http/http_transaction_factory.h"
namespace net {
@@ -29,7 +29,8 @@ class SpdySessionPool;
class SSLConfigService;
class SSLHostInfoFactory;
-class HttpNetworkLayer : public HttpTransactionFactory, public NonThreadSafe {
+class HttpNetworkLayer : public HttpTransactionFactory,
+ public base::NonThreadSafe {
public:
// |socket_factory|, |proxy_service|, |host_resolver|, etc. must remain
// valid for the lifetime of HttpNetworkLayer.