Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(663)

Unified Diff: printing/printing_context_win.h

Issue 1083433003: Fix crash from ipc_fuzzer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fri Apr 10 16:31:41 PDT 2015 Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: printing/printing_context_win.h
diff --git a/printing/printing_context_win.h b/printing/printing_context_win.h
index 7ed8b27b54f2e504a1b7e8d316b1e623677dee7a..3cea43c4524d58f9fe0534eb8535cb2a2fb9b63d 100644
--- a/printing/printing_context_win.h
+++ b/printing/printing_context_win.h
@@ -52,7 +52,7 @@ class PRINTING_EXPORT PrintingContextWin : public PrintingContext {
void set_context(HDC context) { context_ = context; }
private:
- virtual scoped_ptr<DEVMODE, base::FreeDeleter> ShowPrintDialog(
+ scoped_ptr<DEVMODE, base::FreeDeleter> ShowPrintDialog(
HANDLE printer,
gfx::NativeView parent_view,
DEVMODE* dev_mode);

Powered by Google App Engine
This is Rietveld 408576698