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/app | |
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/app')
-rw-r--r-- | chrome/app/chrome_main_delegate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc index 8e6b563..cfdeb46 100644 --- a/chrome/app/chrome_main_delegate.cc +++ b/chrome/app/chrome_main_delegate.cc @@ -32,9 +32,9 @@ #include "content/app/content_main.h" #include "content/app/content_main_delegate.h" #include "content/browser/renderer_host/render_process_host.h" -#include "content/common/content_client.h" #include "content/common/content_counters.h" #include "content/common/content_paths.h" +#include "content/public/common/content_client.h" #include "content/public/common/content_switches.h" #include "media/base/media.h" #include "ui/base/resource/resource_bundle.h" |