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

Unified Diff: ash/screenshot_delegate.h

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « ash/screen_util_unittest.cc ('k') | ash/shelf/app_list_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/screenshot_delegate.h
diff --git a/ash/screenshot_delegate.h b/ash/screenshot_delegate.h
index 14217e384018f3eb5f8126e7edc06b9fbb3dd1d4..93b1e082ebb6a07ca89ad95f4cda1d8316612231 100644
--- a/ash/screenshot_delegate.h
+++ b/ash/screenshot_delegate.h
@@ -26,8 +26,8 @@ class ScreenshotDelegate {
// The actual task of taking a partial screenshot for the given
// window.
- virtual void HandleTakePartialScreenshot(
- aura::Window* window, const gfx::Rect& rect) = 0;
+ virtual void HandleTakePartialScreenshot(aura::Window* window,
+ const gfx::Rect& rect) = 0;
// The actual task of taking screenshot for the given window.
virtual void HandleTakeWindowScreenshot(aura::Window* window) = 0;
« no previous file with comments | « ash/screen_util_unittest.cc ('k') | ash/shelf/app_list_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698