| Index: content/browser/renderer_host/pepper/pepper_print_settings_manager.cc
|
| diff --git a/content/browser/renderer_host/pepper/pepper_print_settings_manager.cc b/content/browser/renderer_host/pepper/pepper_print_settings_manager.cc
|
| index 84aaddfd2f76f9403beffadfb3579fdf382531c5..14fbc088d5289da16ccd1f61d91a2e64d380340d 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_print_settings_manager.cc
|
| +++ b/content/browser/renderer_host/pepper/pepper_print_settings_manager.cc
|
| @@ -45,7 +45,7 @@ PP_Rect PrintAreaToPPPrintArea(const gfx::Rect& print_area,
|
| PepperPrintSettingsManager::Result ComputeDefaultPrintSettings() {
|
| // This function should run on the UI thread because |PrintingContext| methods
|
| // call into platform APIs.
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| + DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| scoped_ptr<printing::PrintingContext> context(
|
| printing::PrintingContext::Create(std::string()));
|
| if (!context.get() ||
|
|
|