Index: content/content_app.gypi |
diff --git a/content/content_app.gypi b/content/content_app.gypi |
index fe029a1bacef40401c555e9e0d80980c81a16278..545080f0abad0a6841a113fd564a44679f6de9d2 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"', { |