diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-16 12:40:14 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-16 12:40:14 +0000 |
commit | 4bfe0481fa62fd84c1026ddaf644880dc0b6ea4c (patch) | |
tree | d11ee63ec29bbbd5c7f897b471291248853170b3 /chrome_frame | |
parent | 7546c9e9d9c3955f133db24daaf2982d7a7304d0 (diff) | |
download | chromium_src-4bfe0481fa62fd84c1026ddaf644880dc0b6ea4c.zip chromium_src-4bfe0481fa62fd84c1026ddaf644880dc0b6ea4c.tar.gz chromium_src-4bfe0481fa62fd84c1026ddaf644880dc0b6ea4c.tar.bz2 |
chrome_frame: Include notification_service.h instead of notification_service_impl.h.
BUG=98716
R=jam@chromium.org
Review URL: http://codereview.chromium.org/8949017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114796 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index 389fbf9..736bc00 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -51,9 +51,9 @@ #include "chrome_frame/utils.h" #include "content/app/content_main.h" #include "content/browser/plugin_service.h" -#include "content/browser/notification_service_impl.h" #include "content/public/app/startup_helper_win.h" #include "content/public/browser/browser_thread.h" +#include "content/public/browser/notification_service.h" #include "content/public/browser/render_process_host.h" #include "content/public/common/content_client.h" #include "content/public/common/content_paths.h" |