| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 59f27a62f2dce87490637c829b70ec40892d2e8a..a66afb81387a124d5dc2a5291f5c2be64d208e1e 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -243,9 +243,9 @@ extern const char kChromeUIWorkersHost[];
|
| extern const char kChromeUIScreenshotPath[];
|
| extern const char kChromeUIThemePath[];
|
|
|
| -#if defined(ENABLE_FULL_PRINTING)
|
| +#if defined(ENABLE_PRINT_PREVIEW)
|
| extern const char kChromeUIPrintHost[];
|
| -#endif // ENABLE_FULL_PRINTING
|
| +#endif // ENABLE_PRINT_PREVIEW
|
|
|
| #if defined(OS_ANDROID)
|
| extern const char kChromeUIWelcomeHost[];
|
|
|