| Index: net/http/http_auth_filter.cc
|
| diff --git a/net/http/http_auth_filter.cc b/net/http/http_auth_filter.cc
|
| index 11313abf473175e69a5b7f867fc490cef8c6d43d..53d81eaab4b094cba14204674d3a254660dc9a0d 100644
|
| --- a/net/http/http_auth_filter.cc
|
| +++ b/net/http/http_auth_filter.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/http/http_auth_filter.h"
|
| #include "base/strings/string_util.h"
|
| -#include "googleurl/src/gurl.h"
|
| +#include "net/http/http_auth_filter.h"
|
| +#include "url/gurl.h"
|
|
|
| namespace net {
|
|
|
|
|