| Index: chrome/browser/ui/window_snapshot/window_snapshot.h
|
| diff --git a/chrome/browser/ui/window_snapshot/window_snapshot.h b/chrome/browser/ui/window_snapshot/window_snapshot.h
|
| index 406577003e6366b1af1162b083c0b6b517b9c17c..30e027fe524f3f6c59ca89c837e1b10ca006a411 100644
|
| --- a/chrome/browser/ui/window_snapshot/window_snapshot.h
|
| +++ b/chrome/browser/ui/window_snapshot/window_snapshot.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| -class PrefServiceSimple;
|
| +class PrefRegistrarSimple;
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -17,7 +17,7 @@ class Rect;
|
|
|
| namespace chrome {
|
|
|
| -void RegisterScreenshotPrefs(PrefServiceSimple* service);
|
| +void RegisterScreenshotPrefs(PrefRegistrarSimple* service);
|
|
|
| // Grabs a snapshot of the rectangle area |snapshot_bounds| with respect to the
|
| // top left corner of the designated window and stores a PNG representation
|
|
|