| Index: chrome/browser/browser_shutdown.cc | 
| diff --git a/chrome/browser/browser_shutdown.cc b/chrome/browser/browser_shutdown.cc | 
| index eaad0042ff452fc86fd90a8f7b7e2a51ef01d2c5..27ec4dea732e55ffe7672f332cce436ed139a417 100644 | 
| --- a/chrome/browser/browser_shutdown.cc | 
| +++ b/chrome/browser/browser_shutdown.cc | 
| @@ -46,7 +46,7 @@ | 
| #include "chrome/browser/chromeos/boot_times_loader.h" | 
| #endif | 
|  | 
| -#if defined(ENABLE_FULL_PRINTING) | 
| +#if defined(ENABLE_PRINT_PREVIEW) | 
| #include "chrome/browser/service_process/service_process_control.h" | 
| #endif | 
|  | 
| @@ -143,10 +143,10 @@ bool ShutdownPreThreadsStop() { | 
| chromeos::BootTimesLoader::Get()->AddLogoutTimeMarker( | 
| "BrowserShutdownStarted", false); | 
| #endif | 
| -#if defined(ENABLE_FULL_PRINTING) | 
| +#if defined(ENABLE_PRINT_PREVIEW) | 
| // Shutdown the IPC channel to the service processes. | 
| ServiceProcessControl::GetInstance()->Disconnect(); | 
| -#endif  // ENABLE_FULL_PRINTING | 
| +#endif  // ENABLE_PRINT_PREVIEW | 
|  | 
| // WARNING: During logoff/shutdown (WM_ENDSESSION) we may not have enough | 
| // time to get here. If you have something that *must* happen on end session, | 
|  |