summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_browser_main_parts.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/shell_browser_main_parts.cc')
-rw-r--r--content/shell/shell_browser_main_parts.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_browser_main_parts.cc b/content/shell/shell_browser_main_parts.cc
index 71ee4d5..82c9d8f 100644
--- a/content/shell/shell_browser_main_parts.cc
+++ b/content/shell/shell_browser_main_parts.cc
@@ -19,11 +19,11 @@
#include "content/shell/shell_browser_context.h"
#include "content/shell/shell_devtools_delegate.h"
#include "content/shell/shell_net_log.h"
-#include "googleurl/src/gurl.h"
#include "grit/net_resources.h"
#include "net/base/net_module.h"
#include "net/base/net_util.h"
#include "ui/base/resource/resource_bundle.h"
+#include "url/gurl.h"
#if defined(ENABLE_PLUGINS)
#include "content/public/browser/plugin_service.h"