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

Unified Diff: ash/wm/workspace/workspace_layout_manager.h

Issue 9226040: Renames and moves some workspace related classes to the workspace (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 11 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/workspace/workspace_event_filter.cc ('k') | ash/wm/workspace/workspace_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_layout_manager.h
===================================================================
--- ash/wm/workspace/workspace_layout_manager.h (revision 118542)
+++ ash/wm/workspace/workspace_layout_manager.h (working copy)
@@ -1,9 +1,9 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_WM_DEFAULT_CONTAINER_LAYOUT_MANAGER_H_
-#define ASH_WM_DEFAULT_CONTAINER_LAYOUT_MANAGER_H_
+#ifndef ASH_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_H_
+#define ASH_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_H_
#pragma once
#include "base/basictypes.h"
@@ -28,11 +28,10 @@
class WorkspaceManager;
// LayoutManager for the default window container.
-class ASH_EXPORT DefaultContainerLayoutManager
- : public aura::LayoutManager {
+class ASH_EXPORT WorkspaceLayoutManager : public aura::LayoutManager {
public:
- explicit DefaultContainerLayoutManager(WorkspaceManager* workspace_manager);
- virtual ~DefaultContainerLayoutManager();
+ explicit WorkspaceLayoutManager(WorkspaceManager* workspace_manager);
+ virtual ~WorkspaceLayoutManager();
// Returns the workspace manager for this container.
WorkspaceManager* workspace_manager() {
@@ -68,10 +67,10 @@
scoped_ptr<ShowStateController> show_state_controller_;
- DISALLOW_COPY_AND_ASSIGN(DefaultContainerLayoutManager);
+ DISALLOW_COPY_AND_ASSIGN(WorkspaceLayoutManager);
};
} // namespace internal
} // namespace ash
-#endif // ASH_WM_DEFAULT_CONTAINER_LAYOUT_MANAGER_H_
+#endif // ASH_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_H_
« no previous file with comments | « ash/wm/workspace/workspace_event_filter.cc ('k') | ash/wm/workspace/workspace_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698