Source release 15.0.0
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
// License Agreement.
|
||||
|
||||
#include <errno.h>
|
||||
#include <memory>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "http_socket.h"
|
||||
#include "log.h"
|
||||
#include "scoped_ptr.h"
|
||||
#include "string_conversions.h"
|
||||
#include "url_request.h"
|
||||
|
||||
@@ -90,7 +92,7 @@ class HttpSocketTest : public testing::Test {
|
||||
return true;
|
||||
}
|
||||
|
||||
scoped_ptr<HttpSocket> socket_;
|
||||
std::unique_ptr<HttpSocket> socket_;
|
||||
std::string domain_name_;
|
||||
std::string resource_path_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user