| Index: extensions/common/matcher/url_matcher.cc
|
| diff --git a/extensions/common/matcher/url_matcher.cc b/extensions/common/matcher/url_matcher.cc
|
| index 4aa83d6f17ee07131dafdcf053dc6ab891ba992e..be3057a26b5f06502e55f407ec1de9223ee971c2 100644
|
| --- a/extensions/common/matcher/url_matcher.cc
|
| +++ b/extensions/common/matcher/url_matcher.cc
|
| @@ -9,8 +9,8 @@
|
|
|
| #include "base/logging.h"
|
| #include "content/public/common/url_constants.h"
|
| -#include "googleurl/src/gurl.h"
|
| -#include "googleurl/src/url_canon.h"
|
| +#include "url/gurl.h"
|
| +#include "url/url_canon.h"
|
|
|
| namespace extensions {
|
|
|
|
|