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

Unified Diff: ash/wm/maximize_mode/workspace_backdrop_delegate.h

Issue 1888153002: WorkspaceLayoutManagerDelegate -> WorkspaceLayoutManagerBackdropDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: =default and merge Created 4 years, 8 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/maximize_mode/maximize_mode_window_manager.cc ('k') | ash/wm/workspace/workspace_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/maximize_mode/workspace_backdrop_delegate.h
diff --git a/ash/wm/maximize_mode/workspace_backdrop_delegate.h b/ash/wm/maximize_mode/workspace_backdrop_delegate.h
index 0593a92f433d623f222a4b53cee0c0790c9aaa7e..6c1564c8b8c8dd3d33b39b1e2870ffdb9bd2032a 100644
--- a/ash/wm/maximize_mode/workspace_backdrop_delegate.h
+++ b/ash/wm/maximize_mode/workspace_backdrop_delegate.h
@@ -6,7 +6,7 @@
#define ASH_WM_MAXIMIZE_MODE_WORKSPACE_BACKDROP_DELEGATE_H_
#include "ash/ash_export.h"
-#include "ash/wm/workspace/workspace_layout_manager_delegate.h"
+#include "ash/wm/workspace/workspace_layout_manager_backdrop_delegate.h"
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "ui/aura/window_observer.h"
@@ -30,7 +30,7 @@ namespace ash {
// entire container.
class ASH_EXPORT WorkspaceBackdropDelegate
: public aura::WindowObserver,
- public NON_EXPORTED_BASE(WorkspaceLayoutManagerDelegate) {
+ public WorkspaceLayoutManagerBackdropDelegate {
public:
explicit WorkspaceBackdropDelegate(aura::Window* container);
~WorkspaceBackdropDelegate() override;
@@ -40,7 +40,7 @@ class ASH_EXPORT WorkspaceBackdropDelegate
const gfx::Rect& old_bounds,
const gfx::Rect& new_bounds) override;
- // WorkspaceLayoutManagerDelegate overrides:
+ // WorkspaceLayoutManagerBackdropDelegate overrides:
void OnWindowAddedToLayout(aura::Window* child) override;
void OnWindowRemovedFromLayout(aura::Window* child) override;
void OnChildWindowVisibilityChanged(aura::Window* child,
« no previous file with comments | « ash/wm/maximize_mode/maximize_mode_window_manager.cc ('k') | ash/wm/workspace/workspace_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698