| Index: net/http/http_transaction_test_util.h
|
| diff --git a/net/http/http_transaction_test_util.h b/net/http/http_transaction_test_util.h
|
| index 718fe2727bcd0c7270c08273cfb5879452212ca0..e936ac9de01d745783c1f2981d98f55df3a60664 100644
|
| --- a/net/http/http_transaction_test_util.h
|
| +++ b/net/http/http_transaction_test_util.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_HTTP_HTTP_TRANSACTION_UNITTEST_H_
|
| -#define NET_HTTP_HTTP_TRANSACTION_UNITTEST_H_
|
| +#ifndef NET_HTTP_HTTP_TRANSACTION_TEST_UTIL_H_
|
| +#define NET_HTTP_HTTP_TRANSACTION_TEST_UTIL_H_
|
|
|
| #include "net/http/http_transaction.h"
|
|
|
| @@ -355,4 +355,4 @@ int ReadTransaction(HttpTransaction* trans, std::string* result);
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_HTTP_HTTP_TRANSACTION_UNITTEST_H_
|
| +#endif // NET_HTTP_HTTP_TRANSACTION_TEST_UTIL_H_
|
|
|