diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-20 19:57:05 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-20 19:57:05 +0000 |
commit | 16320ea7fee687b6642f8d9d00a2624f4920bc2e (patch) | |
tree | 5c2ad7861807002f605d3aebed1b8c9dd095513e /chrome/app/chrome_main_delegate.h | |
parent | e121969dd45f75c4a8c09e8cca254f89375ec377 (diff) | |
download | chromium_src-16320ea7fee687b6642f8d9d00a2624f4920bc2e.zip chromium_src-16320ea7fee687b6642f8d9d00a2624f4920bc2e.tar.gz chromium_src-16320ea7fee687b6642f8d9d00a2624f4920bc2e.tar.bz2 |
Move ContentMainDelegate to content/public/.
Mostly a trivial move since the implementation for the class (now
deleted) was do-nothing and the only subclass that didn't have a full
implementation was ShellMainDelegate.
BUG=98716
TEST=it builds + existing tests
Review URL: http://codereview.chromium.org/8356025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106549 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_main_delegate.h')
-rw-r--r-- | chrome/app/chrome_main_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome_main_delegate.h b/chrome/app/chrome_main_delegate.h index 978f574..f0a6fe9 100644 --- a/chrome/app/chrome_main_delegate.h +++ b/chrome/app/chrome_main_delegate.h @@ -9,7 +9,7 @@ #include "base/memory/scoped_ptr.h" #include "base/metrics/stats_counters.h" #include "chrome/common/chrome_content_client.h" -#include "content/app/content_main_delegate.h" +#include "content/public/app/content_main_delegate.h" // Chrome implementation of ContentMainDelegate. class ChromeMainDelegate : public content::ContentMainDelegate { |