summaryrefslogtreecommitdiffstats
path: root/cloud_print/gcp20/prototype/privet_http_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'cloud_print/gcp20/prototype/privet_http_server.h')
-rw-r--r--cloud_print/gcp20/prototype/privet_http_server.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cloud_print/gcp20/prototype/privet_http_server.h b/cloud_print/gcp20/prototype/privet_http_server.h
index 4b22e35..6cb14d10 100644
--- a/cloud_print/gcp20/prototype/privet_http_server.h
+++ b/cloud_print/gcp20/prototype/privet_http_server.h
@@ -204,7 +204,7 @@ class PrivetHttpServer: public net::HttpServer::Delegate {
uint16 port_;
// Contains encapsulated object for listening for requests.
- scoped_refptr<net::HttpServer> server_;
+ scoped_ptr<net::HttpServer> server_;
Delegate* delegate_;
@@ -212,4 +212,3 @@ class PrivetHttpServer: public net::HttpServer::Delegate {
};
#endif // CLOUD_PRINT_GCP20_PROTOTYPE_PRIVET_HTTP_SERVER_H_
-