diff options
Diffstat (limited to 'content/browser/browser_url_handler_impl.cc')
-rw-r--r-- | content/browser/browser_url_handler_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/browser_url_handler_impl.cc b/content/browser/browser_url_handler_impl.cc index 32c1b5e58..56efe6b 100644 --- a/content/browser/browser_url_handler_impl.cc +++ b/content/browser/browser_url_handler_impl.cc @@ -8,7 +8,7 @@ #include "content/browser/webui/web_ui_impl.h" #include "content/public/browser/content_browser_client.h" #include "content/public/common/url_constants.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { |