1// Copyright (c) 2012 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "ash/wm/workspace/workspace_event_handler_test_helper.h"
6
7namespace ash {
8
9WorkspaceEventHandlerTestHelper::WorkspaceEventHandlerTestHelper(
10    WorkspaceEventHandler* handler)
11    : handler_(handler) {
12}
13
14WorkspaceEventHandlerTestHelper::~WorkspaceEventHandlerTestHelper() {
15}
16
17}  // namespace ash
18