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

Side by Side Diff: ash/wm/maximize_mode/workspace_backdrop_delegate.h

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_COMMON_WM_MAXIMIZE_MODE_WORKSPACE_BACKDROP_DELEGATE_H_ 5 #ifndef ASH_WM_MAXIMIZE_MODE_WORKSPACE_BACKDROP_DELEGATE_H_
6 #define ASH_COMMON_WM_MAXIMIZE_MODE_WORKSPACE_BACKDROP_DELEGATE_H_ 6 #define ASH_WM_MAXIMIZE_MODE_WORKSPACE_BACKDROP_DELEGATE_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "ash/ash_export.h" 10 #include "ash/ash_export.h"
11 #include "ash/common/wm/workspace/workspace_layout_manager_backdrop_delegate.h" 11 #include "ash/wm/workspace/workspace_layout_manager_backdrop_delegate.h"
12 #include "base/macros.h" 12 #include "base/macros.h"
13 13
14 namespace views { 14 namespace views {
15 class Widget; 15 class Widget;
16 } 16 }
17 17
18 namespace ash { 18 namespace ash {
19 19
20 class WmWindow; 20 class WmWindow;
21 21
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 WmWindow* container_; 63 WmWindow* container_;
64 64
65 // If true, the |RestackOrHideWindow| might recurse. 65 // If true, the |RestackOrHideWindow| might recurse.
66 bool in_restacking_; 66 bool in_restacking_;
67 67
68 DISALLOW_COPY_AND_ASSIGN(WorkspaceBackdropDelegate); 68 DISALLOW_COPY_AND_ASSIGN(WorkspaceBackdropDelegate);
69 }; 69 };
70 70
71 } // namespace ash 71 } // namespace ash
72 72
73 #endif // ASH_COMMON_WM_MAXIMIZE_MODE_WORKSPACE_BACKDROP_DELEGATE_H_ 73 #endif // ASH_WM_MAXIMIZE_MODE_WORKSPACE_BACKDROP_DELEGATE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698