From 16320ea7fee687b6642f8d9d00a2624f4920bc2e Mon Sep 17 00:00:00 2001 From: "joi@chromium.org" Date: Thu, 20 Oct 2011 19:57:05 +0000 Subject: 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 --- content/content_app.gypi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'content/content_app.gypi') 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"', { -- cgit v1.1