| Index: components/cronet/ios/test/quic_test_server.h
|
| diff --git a/components/cronet/ios/test/quic_test_server.h b/components/cronet/ios/test/quic_test_server.h
|
| index 8b21cb280045c7f22440ab732e592dc73bdef4a6..28998da764627f23aa1cc40a174c5b43a273949d 100644
|
| --- a/components/cronet/ios/test/quic_test_server.h
|
| +++ b/components/cronet/ios/test/quic_test_server.h
|
| @@ -5,12 +5,16 @@
|
| #ifndef COMPONENTS_CRONET_IOS_TEST_QUIC_TEST_SERVER_H_
|
| #define COMPONENTS_CRONET_IOS_TEST_QUIC_TEST_SERVER_H_
|
|
|
| +#include <string>
|
| +
|
| namespace cronet {
|
|
|
| bool StartQuicTestServer();
|
|
|
| void ShutdownQuicTestServer();
|
|
|
| +std::string GetTestServerURL(const std::string& path);
|
| +
|
| extern const char kTestServerDomain[];
|
| extern const int kTestServerPort;
|
| extern const char kTestServerHost[];
|
|
|