| Index: chrome/test/base/testing_browser_process.h
 | 
| diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
 | 
| index 9aed5f841c0a675354301cf2a81b15a0d7c0296c..a2eb939b28f58a1fdd3f23c9c614d5b570bafa13 100644
 | 
| --- a/chrome/test/base/testing_browser_process.h
 | 
| +++ b/chrome/test/base/testing_browser_process.h
 | 
| @@ -156,7 +156,7 @@ class TestingBrowserProcess : public BrowserProcess {
 | 
|    scoped_ptr<printing::PrintJobManager> print_job_manager_;
 | 
|  #endif
 | 
|  
 | 
| -#if defined(ENABLE_FULL_PRINTING)
 | 
| +#if defined(ENABLE_PRINT_PREVIEW)
 | 
|    scoped_ptr<printing::BackgroundPrintingManager> background_printing_manager_;
 | 
|    scoped_refptr<printing::PrintPreviewDialogController>
 | 
|        print_preview_dialog_controller_;
 | 
| 
 |