summaryrefslogtreecommitdiffstats
path: root/content/browser/site_instance.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-14 17:14:03 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-14 17:14:03 +0000
commita1d291615b8e8ee9cb3d9edc8fefde70ed8cb535 (patch)
tree029127817a38f4c214fb4b8897b8747d431aad08 /content/browser/site_instance.cc
parentb48a93fae23ed15b5535c41694629da589757c4a (diff)
downloadchromium_src-a1d291615b8e8ee9cb3d9edc8fefde70ed8cb535.zip
chromium_src-a1d291615b8e8ee9cb3d9edc8fefde70ed8cb535.tar.gz
chromium_src-a1d291615b8e8ee9cb3d9edc8fefde70ed8cb535.tar.bz2
Move url_constansts.h to content/public/common.
BUG=98716 Review URL: http://codereview.chromium.org/8276022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105508 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/site_instance.cc')
-rw-r--r--content/browser/site_instance.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/site_instance.cc b/content/browser/site_instance.cc
index 44a9f2e..ddc3a99 100644
--- a/content/browser/site_instance.cc
+++ b/content/browser/site_instance.cc
@@ -10,7 +10,7 @@
#include "content/browser/webui/web_ui_factory.h"
#include "content/common/content_client.h"
#include "content/common/notification_service.h"
-#include "content/common/url_constants.h"
+#include "content/public/common/url_constants.h"
#include "net/base/registry_controlled_domain.h"
static bool IsURLSameAsAnySiteInstance(const GURL& url) {