Put WeakPtrFactory member last in USBEventRouter
[chromium-blink-merge.git] / ash / wm / workspace / workspace_event_handler_test_helper.cc
blob485b102db0e154bfe1224bee0807b7917548a414
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.
5 #include "ash/wm/workspace/workspace_event_handler_test_helper.h"
7 namespace ash {
9 WorkspaceEventHandlerTestHelper::WorkspaceEventHandlerTestHelper(
10 WorkspaceEventHandler* handler)
11 : handler_(handler) {
14 WorkspaceEventHandlerTestHelper::~WorkspaceEventHandlerTestHelper() {
17 } // namespace ash