| Index: chrome/common/temp_scaffolding_stubs.h
|
| diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
|
| index 2971dddf500940d33d1458d8d9c0f9ac7bb78791..d4097b8a256e5b9a97932428d734400d8ac6b04f 100644
|
| --- a/chrome/common/temp_scaffolding_stubs.h
|
| +++ b/chrome/common/temp_scaffolding_stubs.h
|
| @@ -46,6 +46,7 @@ void InstallJankometer(const CommandLine&);
|
| //---------------------------------------------------------------------------
|
| // These stubs are for BrowserProcessImpl
|
|
|
| +#if !defined(OS_MACOSX)
|
| class ViewMsg_Print_Params;
|
|
|
| // Printing is all (obviously) not implemented.
|
| @@ -117,6 +118,7 @@ class PrintJobManager {
|
| };
|
|
|
| } // namespace printing
|
| +#endif // !OS_MACOSX
|
|
|
| //---------------------------------------------------------------------------
|
| // These stubs are for Browser
|
|
|