| Index: chrome/browser/browser_init.h
|
| diff --git a/chrome/browser/browser_init.h b/chrome/browser/browser_init.h
|
| index c633c9725bb84c445d525b672f3ec8028798a07a..4676cfecee2448d5ad1822a115c4f60593336a9f 100644
|
| --- a/chrome/browser/browser_init.h
|
| +++ b/chrome/browser/browser_init.h
|
| @@ -17,14 +17,8 @@
|
| class Browser;
|
| class CommandLine;
|
| class GURL;
|
| -class PrefService;
|
| class Profile;
|
| class TabContents;
|
| -#if defined(OS_CHROMEOS)
|
| -namespace chromeos {
|
| -class ServicesCustomizationDocument;
|
| -}
|
| -#endif
|
|
|
| // class containing helpers for BrowserMain to spin up a new instance and
|
| // initialize the profile.
|
|
|