Index: ui/gfx/native_theme_win.cc |
diff --git a/ui/gfx/native_theme_win.cc b/ui/gfx/native_theme_win.cc |
index 97e3d4619f5bd36aee92b209883851574207bcd2..775385cec264974738f1e15da8051988c7f10ade 100644 |
--- a/ui/gfx/native_theme_win.cc |
+++ b/ui/gfx/native_theme_win.cc |
@@ -366,7 +366,7 @@ void NativeThemeWin::Paint(SkCanvas* canvas, |
default: |
// While transitioning NativeThemeWin to the single Paint() entry point, |
// unsupported parts will DCHECK here. |
- DCHECK(false); |
+ NOTREACHED(); |
} |
} |