summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/interstitial_page.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-16 21:32:10 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-16 21:32:10 +0000
commit127dd58a7dae9f8492bb2426ce190d7d2c9ca1d7 (patch)
treedeaa6d755e460f647d14d49cf963eb3b1cb509bf /content/browser/tab_contents/interstitial_page.cc
parent25f8a30ee91813f9216c6e9b23eaf760a3bd02a8 (diff)
downloadchromium_src-127dd58a7dae9f8492bb2426ce190d7d2c9ca1d7.zip
chromium_src-127dd58a7dae9f8492bb2426ce190d7d2c9ca1d7.tar.gz
chromium_src-127dd58a7dae9f8492bb2426ce190d7d2c9ca1d7.tar.bz2
Move all the message files in chrome that belong in content.
TBR=avi Review URL: http://codereview.chromium.org/6672057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78435 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/tab_contents/interstitial_page.cc')
-rw-r--r--content/browser/tab_contents/interstitial_page.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/tab_contents/interstitial_page.cc b/content/browser/tab_contents/interstitial_page.cc
index 2cd09b8..cedc485 100644
--- a/content/browser/tab_contents/interstitial_page.cc
+++ b/content/browser/tab_contents/interstitial_page.cc
@@ -17,7 +17,6 @@
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/renderer_preferences_util.h"
#include "chrome/common/bindings_policy.h"
-#include "chrome/common/dom_storage_common.h"
#include "chrome/common/net/url_request_context_getter.h"
#include "chrome/common/page_transition_types.h"
#include "chrome/common/render_messages_params.h"
@@ -31,6 +30,7 @@
#include "content/browser/tab_contents/navigation_entry.h"
#include "content/browser/tab_contents/tab_contents.h"
#include "content/browser/tab_contents/tab_contents_view.h"
+#include "content/common/dom_storage_common.h"
#include "content/common/notification_service.h"
#include "content/common/notification_source.h"
#include "net/base/escape.h"