Index: ui/snapshot/snapshot_win.cc |
diff --git a/ui/snapshot/snapshot_win.cc b/ui/snapshot/snapshot_win.cc |
index da9f1ccbd0195ff50ed83ce02a98f045972e1b52..23cc497e4fffd02925451061e4574af2ba0e4959 100644 |
--- a/ui/snapshot/snapshot_win.cc |
+++ b/ui/snapshot/snapshot_win.cc |
@@ -124,7 +124,7 @@ void GrapWindowSnapshotAsync( |
const gfx::Rect& snapshot_bounds, |
const gfx::Size& target_size, |
scoped_refptr<base::TaskRunner> background_task_runner, |
- GrapWindowSnapshotAsyncCallback callback) { |
+ GrabWindowSnapshotAsyncCallback callback) { |
NOTIMPLEMENTED(); |
} |
@@ -132,7 +132,7 @@ void GrabWindowSnapshotAsync( |
gfx::NativeWindow window, |
const gfx::Rect& source_rect, |
scoped_refptr<base::TaskRunner> background_task_runner, |
- const GrabWindowSnapshotAsyncCallback& callback) { |
+ const GrabWindowSnapshotAsyncPNGCallback& callback) { |
NOTIMPLEMENTED(); |
} |