diff options
Diffstat (limited to 'content/public/browser/favicon_status.h')
-rw-r--r-- | content/public/browser/favicon_status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/favicon_status.h b/content/public/browser/favicon_status.h index cfa4773..7bd9328 100644 --- a/content/public/browser/favicon_status.h +++ b/content/public/browser/favicon_status.h @@ -6,8 +6,8 @@ #define CONTENT_PUBLIC_BROWSER_FAVICON_STATUS_H_ #include "content/common/content_export.h" -#include "googleurl/src/gurl.h" #include "ui/gfx/image/image.h" +#include "url/gurl.h" namespace content { |