diff options
Diffstat (limited to 'content/shell/shell_mac.mm')
-rw-r--r-- | content/shell/shell_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_mac.mm b/content/shell/shell_mac.mm index 7bb3b30..7efbb18 100644 --- a/content/shell/shell_mac.mm +++ b/content/shell/shell_mac.mm @@ -14,8 +14,8 @@ #include "content/public/browser/web_contents.h" #include "content/public/browser/web_contents_view.h" #include "content/shell/app/resource.h" -#include "googleurl/src/gurl.h" #import "ui/base/cocoa/underlay_opengl_hosting_window.h" +#include "url/gurl.h" #if !defined(MAC_OS_X_VERSION_10_7) || \ MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7 |