| Index: chrome/app/chrome_main_delegate.h
|
| diff --git a/chrome/app/chrome_main_delegate.h b/chrome/app/chrome_main_delegate.h
|
| index 978f5745a1da74440ce3902b2a12ffcbc8423f34..f0a6fe9762504ef9cf33d07136a52ef63695152a 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 {
|
|
|