diff options
Diffstat (limited to 'net/url_request/url_request.h')
-rw-r--r-- | net/url_request/url_request.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h index ed0eac1..4e03b2f 100644 --- a/net/url_request/url_request.h +++ b/net/url_request/url_request.h @@ -27,8 +27,8 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#ifndef BASE_URL_REQUEST_URL_REQUEST_H__ -#define BASE_URL_REQUEST_URL_REQUEST_H__ +#ifndef NET_URL_REQUEST_URL_REQUEST_H_ +#define NET_URL_REQUEST_URL_REQUEST_H_ #include <string> #include <vector> @@ -539,4 +539,4 @@ extern URLRequestMetrics url_request_metrics; #endif -#endif // BASE_URL_REQUEST_URL_REQUEST_H__ +#endif // NET_URL_REQUEST_URL_REQUEST_H_ |