Index: content/shell/shell_mac.mm |
diff --git a/content/shell/shell_mac.mm b/content/shell/shell_mac.mm |
index 7bb3b30c6ab5bdf192420537fa1b3b68d4d62730..7efbb185977784f07384498a5ad5d8d7e5b49cad 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 |