| Index: ash/wm/workspace/workspace_manager.h
|
| diff --git a/ash/wm/workspace/workspace_manager.h b/ash/wm/workspace/workspace_manager.h
|
| index 8adf5b9658fa501bdb5515455c4d56d7da313094..5718cd398d8520b706c21e1c2633b8b074a12de2 100644
|
| --- a/ash/wm/workspace/workspace_manager.h
|
| +++ b/ash/wm/workspace/workspace_manager.h
|
| @@ -31,7 +31,7 @@ class ShelfLayoutManager;
|
| class WorkspaceManagerTest;
|
|
|
| // WorkspaceManager manages multiple workspaces in the desktop.
|
| -class ASH_EXPORT WorkspaceManager : public aura::WindowObserver{
|
| +class ASH_EXPORT WorkspaceManager : public aura::WindowObserver {
|
| public:
|
| // If open_new_windows_maximized() is true and the size of the viewport is
|
| // smaller than this value, newly created windows are forced maximized.
|
|
|