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

Unified Diff: ash/wm/workspace/workspace_event_filter.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/default_container_layout_manager_unittest.cc ('k') | ash/wm/workspace/workspace_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_event_filter.h
===================================================================
--- ash/wm/workspace/workspace_event_filter.h (revision 118542)
+++ ash/wm/workspace/workspace_event_filter.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_EVENT_FILTER_H_
-#define ASH_WM_DEFAULT_CONTAINER_EVENT_FILTER_H_
+#ifndef ASH_WM_WORKSPACE_WORKSPACE_EVENT_FILTER_H_
+#define ASH_WM_WORKSPACE_WORKSPACE_EVENT_FILTER_H_
#pragma once
#include "ash/wm/toplevel_window_event_filter.h"
@@ -16,10 +16,10 @@
namespace ash {
namespace internal {
-class DefaultContainerEventFilter : public ToplevelWindowEventFilter {
+class WorkspaceEventFilter : public ToplevelWindowEventFilter {
public:
- explicit DefaultContainerEventFilter(aura::Window* owner);
- virtual ~DefaultContainerEventFilter();
+ explicit WorkspaceEventFilter(aura::Window* owner);
+ virtual ~WorkspaceEventFilter();
// Overridden from ToplevelWindowEventFilter:
virtual bool PreHandleMouseEvent(aura::Window* target,
@@ -46,10 +46,10 @@
// Top-level window under the mouse cursor.
aura::Window* hovered_window_;
- DISALLOW_COPY_AND_ASSIGN(DefaultContainerEventFilter);
+ DISALLOW_COPY_AND_ASSIGN(WorkspaceEventFilter);
};
} // namespace internal
} // namespace ash
-#endif // ASH_WM_DEFAULT_CONTAINER_EVENT_FILTER_H_
+#endif // ASH_WM_WORKSPACE_WORKSPACE_EVENT_FILTER_H_
« no previous file with comments | « ash/wm/default_container_layout_manager_unittest.cc ('k') | ash/wm/workspace/workspace_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698