| Index: chrome/app/chrome_main_delegate.h
|
| diff --git a/chrome/app/chrome_main_delegate.h b/chrome/app/chrome_main_delegate.h
|
| index 5d3cf15fd50c41e5431edc358fcb400eced3c45c..f4a105b9c5a5c94ef9bc2318ac050286ca04b9e5 100644
|
| --- a/chrome/app/chrome_main_delegate.h
|
| +++ b/chrome/app/chrome_main_delegate.h
|
| @@ -46,7 +46,7 @@ class ChromeMainDelegate : public content::ContentMainDelegate {
|
| const std::string& process_type);
|
| #endif // defined(OS_MACOSX)
|
|
|
| - chrome::ChromeContentClient chrome_content_client_;
|
| + ChromeContentClient chrome_content_client_;
|
|
|
| // startup_timer_ will hold a reference to stats_counter_timer_. Therefore,
|
| // the declaration order of these variables matters. Changing this order will
|
|
|