summaryrefslogtreecommitdiff
path: root/chromium/ash/wm/workspace/workspace_event_handler_test_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ash/wm/workspace/workspace_event_handler_test_helper.cc')
-rw-r--r--chromium/ash/wm/workspace/workspace_event_handler_test_helper.cc19
1 files changed, 19 insertions, 0 deletions
diff --git a/chromium/ash/wm/workspace/workspace_event_handler_test_helper.cc b/chromium/ash/wm/workspace/workspace_event_handler_test_helper.cc
new file mode 100644
index 00000000000..55b707b4402
--- /dev/null
+++ b/chromium/ash/wm/workspace/workspace_event_handler_test_helper.cc
@@ -0,0 +1,19 @@
+// 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.
+
+#include "ash/wm/workspace/workspace_event_handler_test_helper.h"
+
+namespace ash {
+namespace internal {
+
+WorkspaceEventHandlerTestHelper::WorkspaceEventHandlerTestHelper(
+ WorkspaceEventHandler* handler)
+ : handler_(handler) {
+}
+
+WorkspaceEventHandlerTestHelper::~WorkspaceEventHandlerTestHelper() {
+}
+
+} // namespace internal
+} // namespace ash