| Index: net/test/url_request/url_request_hanging_read_job.h
|
| diff --git a/net/test/url_request/url_request_hanging_read_job.h b/net/test/url_request/url_request_hanging_read_job.h
|
| index 62213f29262344c5821d9ebb3c0c5e2ea2739ca6..f5eba1ef2c7c5308f597eaf5ca255078035fcaa6 100644
|
| --- a/net/test/url_request/url_request_hanging_read_job.h
|
| +++ b/net/test/url_request/url_request_hanging_read_job.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_URL_REQUEST_URL_REQUEST_HANGING_READ_JOB_H_
|
| -#define NET_URL_REQUEST_URL_REQUEST_HANGING_READ_JOB_H_
|
| +#ifndef NET_TEST_URL_REQUEST_URL_REQUEST_HANGING_READ_JOB_H_
|
| +#define NET_TEST_URL_REQUEST_URL_REQUEST_HANGING_READ_JOB_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -44,4 +44,4 @@ class URLRequestHangingReadJob : public URLRequestJob {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_URL_REQUEST_URL_REQUEST_SIMPLE_JOB_H_
|
| +#endif // NET_TEST_URL_REQUEST_URL_REQUEST_HANGING_READ_JOB_H_
|
|
|