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

Unified Diff: ash/common/frame/header_view.h

Issue 2265563002: Shuffles around immersive related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@immersive_pure_virtual
Patch Set: move comment Created 4 years, 4 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/common/frame/custom_frame_view_ash.cc ('k') | ash/common/frame/header_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/frame/header_view.h
diff --git a/ash/common/frame/header_view.h b/ash/common/frame/header_view.h
index 5a56ee5b323a883b24081dae9f50c58ef67157b4..23657187352326aec39cd44d5fa43e5e761bd75c 100644
--- a/ash/common/frame/header_view.h
+++ b/ash/common/frame/header_view.h
@@ -9,7 +9,7 @@
#include "ash/ash_export.h"
#include "ash/common/shell_observer.h"
-#include "ash/common/wm/immersive/wm_immersive_fullscreen_controller_delegate.h"
+#include "ash/shared/immersive_fullscreen_controller_delegate.h"
#include "base/macros.h"
#include "third_party/skia/include/core/SkColor.h"
#include "ui/views/view.h"
@@ -27,7 +27,7 @@ class FrameCaptionButtonContainerView;
// View which paints the frame header (title, caption buttons...). It slides off
// and on screen in immersive fullscreen.
class ASH_EXPORT HeaderView : public views::View,
- public WmImmersiveFullscreenControllerDelegate,
+ public ImmersiveFullscreenControllerDelegate,
public ShellObserver {
public:
// |target_widget| is the widget that the caption buttons act on.
@@ -77,7 +77,7 @@ class ASH_EXPORT HeaderView : public views::View,
views::View* avatar_icon() const;
private:
- // WmImmersiveFullscreenControllerDelegate:
+ // ImmersiveFullscreenControllerDelegate:
void OnImmersiveRevealStarted() override;
void OnImmersiveRevealEnded() override;
void OnImmersiveFullscreenExited() override;
« no previous file with comments | « ash/common/frame/custom_frame_view_ash.cc ('k') | ash/common/frame/header_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698