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

Unified Diff: ash/wm/video_detector.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/wm/toplevel_window_event_handler_unittest.cc ('k') | ash/wm/video_detector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/video_detector.h
diff --git a/ash/wm/video_detector.h b/ash/wm/video_detector.h
index 70a4525f11abe65534270eb58a517a88952d0606..fcef579b4749e54bff83cd18b0c4560332bf2cfe 100644
--- a/ash/wm/video_detector.h
+++ b/ash/wm/video_detector.h
@@ -42,7 +42,7 @@ class ASH_EXPORT VideoDetectorObserver {
// continuous scrolling of a page.
class ASH_EXPORT VideoDetector : public aura::EnvObserver,
public aura::WindowObserver,
- public ShellObserver {
+ public ShellObserver {
public:
// Minimum dimensions in pixels that a window update must have to be
// considered a potential video frame.
@@ -78,7 +78,7 @@ class ASH_EXPORT VideoDetector : public aura::EnvObserver,
private:
class WindowInfo;
- typedef std::map<aura::Window*, linked_ptr<WindowInfo> > WindowInfoMap;
+ typedef std::map<aura::Window*, linked_ptr<WindowInfo>> WindowInfoMap;
// Possibly notifies observers in response to detection of a video in
// |window|. Notifications are rate-limited and don't get sent if the window
« no previous file with comments | « ash/wm/toplevel_window_event_handler_unittest.cc ('k') | ash/wm/video_detector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698