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 /content/content_app.gypi | |
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 'content/content_app.gypi')
-rw-r--r-- | content/content_app.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/content_app.gypi b/content/content_app.gypi index fe029a1..545080f 100644 --- a/content/content_app.gypi +++ b/content/content_app.gypi @@ -15,10 +15,9 @@ 'sources': [ 'app/content_main.cc', 'app/content_main.h', - 'app/content_main_delegate.cc', - 'app/content_main_delegate.h', 'app/startup_helper_win.cc', 'app/startup_helper_win.h', + 'public/app/content_main_delegate.h', ], 'conditions': [ ['OS=="win"', { |