diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-18 23:35:38 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-18 23:35:38 +0000 |
commit | 5d1fa247ae57b8bba67dcc28a12e83dcad9b5d10 (patch) | |
tree | f49a36b0449995b1bb2b0c0ecd0d69a0b88b1070 /chrome_frame | |
parent | 8e7c3fc2ad2f9cccaee796011769b358625fb46b (diff) | |
download | chromium_src-5d1fa247ae57b8bba67dcc28a12e83dcad9b5d10.zip chromium_src-5d1fa247ae57b8bba67dcc28a12e83dcad9b5d10.tar.gz chromium_src-5d1fa247ae57b8bba67dcc28a12e83dcad9b5d10.tar.bz2 |
Move content_client.h into content/public.
TBR=jam@chromium.org
BUG=98716
TEST=it builds
Review URL: http://codereview.chromium.org/8336007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106167 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 04b39ba..cb67909 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -48,9 +48,9 @@ #include "chrome_frame/utils.h" #include "content/browser/plugin_service.h" #include "content/browser/renderer_host/render_process_host.h" -#include "content/common/content_client.h" #include "content/common/content_paths.h" #include "content/common/notification_service.h" +#include "content/public/common/content_client.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/base/resource/resource_bundle.h" #include "ui/base/ui_base_paths.h" |