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 {
8namespace internal {
9
10WorkspaceEventHandlerTestHelper::WorkspaceEventHandlerTestHelper(
11    WorkspaceEventHandler* handler)
12    : handler_(handler) {
13}
14
15WorkspaceEventHandlerTestHelper::~WorkspaceEventHandlerTestHelper() {
16}
17
18}  // namespace internal
19}  // namespace ash
20