diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-24 21:01:04 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-24 21:01:04 +0000 |
commit | 35e251d043bf98206b75b3065841bf25c21d7fcc (patch) | |
tree | fd7a8db171b59c062c9c20bdcb6679be1f0a8641 /chrome/browser/external_tab_container_win.cc | |
parent | 6ccc2ce194ab57c29c30e5d0bbb845fa36184c1e (diff) | |
download | chromium_src-35e251d043bf98206b75b3065841bf25c21d7fcc.zip chromium_src-35e251d043bf98206b75b3065841bf25c21d7fcc.tar.gz chromium_src-35e251d043bf98206b75b3065841bf25c21d7fcc.tar.bz2 |
Move LoadNotificationDetails to content/.
BUG=71097
TEST=still builds
Review URL: http://codereview.chromium.org/6966037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86487 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/external_tab_container_win.cc')
-rw-r--r-- | chrome/browser/external_tab_container_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/external_tab_container_win.cc b/chrome/browser/external_tab_container_win.cc index 81974fd..db1e903 100644 --- a/chrome/browser/external_tab_container_win.cc +++ b/chrome/browser/external_tab_container_win.cc @@ -19,7 +19,6 @@ #include "chrome/browser/google/google_util.h" #include "chrome/browser/history/history_types.h" #include "chrome/browser/history/history_tab_helper.h" -#include "chrome/browser/load_notification_details.h" #include "chrome/browser/page_info_window.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/browser.h" @@ -35,6 +34,7 @@ #include "chrome/common/chrome_constants.h" #include "chrome/common/render_messages.h" #include "chrome/common/url_constants.h" +#include "content/browser/load_notification_details.h" #include "content/browser/renderer_host/render_process_host.h" #include "content/browser/renderer_host/render_view_host.h" #include "content/browser/renderer_host/resource_dispatcher_host_request_info.h" |