Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / printing / printer_manager_dialog_linux.cc
index fec3b02..cc36c3c 100644 (file)
@@ -26,7 +26,7 @@ const char kGNOMEPrinterConfigCommand[] = "system-config-printer";
 // Detect the command based on the deskop environment and open the printer
 // manager dialog.
 void DetectAndOpenPrinterConfigDialog() {
-  DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
+  DCHECK_CURRENTLY_ON(BrowserThread::FILE);
   scoped_ptr<Environment> env(Environment::Create());
 
   const char* command = NULL;