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 cb681db739eb1cb3940ae43f8349fb3b135cf2ff..943630edd12ce88b1f7cee5e0dc28ecb5aa6c175 100644 |
--- a/chrome/browser/ui/window_snapshot/window_snapshot.h |
+++ b/chrome/browser/ui/window_snapshot/window_snapshot.h |
@@ -27,10 +27,9 @@ void RegisterScreenshotPrefs(PrefRegistrySimple* registry); |
// by browser code. If you need to take a screenshot for debugging purposes, |
// consider using ui::GrabWindowSnapshot. |
// Returns true if the operation is successful (ie. permitted). |
-bool GrabWindowSnapshotForUser( |
- gfx::NativeWindow window, |
- std::vector<unsigned char>* png_representation, |
- const gfx::Rect& snapshot_bounds); |
+bool GrabWindowSnapshotForUser(gfx::NativeWindow window, |
+ std::vector<unsigned char>* png_representation, |
+ const gfx::Rect& snapshot_bounds); |
} // namespace chrome |