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 f4f6f893c65e0dba69f7bf01eaaea9e9f815f3a5..a37ad5822bd8a701e5a9e3a21b4f77b68029b835 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 PrefService; |
+class PrefServiceSimple; |
namespace gfx { |
class Rect; |
@@ -17,7 +17,7 @@ class Rect; |
namespace chrome { |
-void RegisterScreenshotPrefs(PrefService* service); |
+void RegisterScreenshotPrefs(PrefServiceSimple* 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 |