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

Unified Diff: athena/wm/window_manager_impl.h

Issue 488153003: Fix crash when dragging a half width window to split view from overivew mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « athena/wm/test/window_manager_impl_test_api.cc ('k') | athena/wm/window_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/wm/window_manager_impl.h
diff --git a/athena/wm/window_manager_impl.h b/athena/wm/window_manager_impl.h
index c8e9038dac5f144003d33442192508bfb10878dd..f5d0ae9af0d3f4b2c6aa89b96aed7ca9dda2dd8d 100644
--- a/athena/wm/window_manager_impl.h
+++ b/athena/wm/window_manager_impl.h
@@ -20,6 +20,10 @@ class WMState;
namespace athena {
+namespace test {
+class WindowManagerImplTestApi;
+}
+
class BezelController;
class SplitViewController;
class WindowListProvider;
@@ -39,7 +43,7 @@ class WindowManagerImpl : public WindowManager,
virtual bool IsOverviewModeActive() OVERRIDE;
private:
- friend class WindowManagerImplTestApi;
+ friend class test::WindowManagerImplTestApi;
friend class AthenaContainerLayoutManager;
enum Command {
« no previous file with comments | « athena/wm/test/window_manager_impl_test_api.cc ('k') | athena/wm/window_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698