summaryrefslogtreecommitdiffstats
path: root/ash/shell/content_client
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-07 14:42:12 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-07 14:42:12 +0000
commitb7c504cecc8b04c302e281ebc72da98ee4a6dd2d (patch)
treed7ea23ca69c62eda1f0972c7c64acb13c7311108 /ash/shell/content_client
parentb2dfbc509328f83c1996c16bee638ab14416abeb (diff)
downloadchromium_src-b7c504cecc8b04c302e281ebc72da98ee4a6dd2d.zip
chromium_src-b7c504cecc8b04c302e281ebc72da98ee4a6dd2d.tar.gz
chromium_src-b7c504cecc8b04c302e281ebc72da98ee4a6dd2d.tar.bz2
[content shell] move code common to several processes to a common dir
BUG=180021 TBR=marja@chromium.org Review URL: https://codereview.chromium.org/14767019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell/content_client')
-rw-r--r--ash/shell/content_client/shell_main_delegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell/content_client/shell_main_delegate.h b/ash/shell/content_client/shell_main_delegate.h
index a491d46..2ac0051 100644
--- a/ash/shell/content_client/shell_main_delegate.h
+++ b/ash/shell/content_client/shell_main_delegate.h
@@ -7,8 +7,8 @@
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
-#include "content/shell/shell_content_client.h"
#include "content/public/app/content_main_delegate.h"
+#include "content/shell/common/shell_content_client.h"
namespace content {
class ShellContentRendererClient;