summaryrefslogtreecommitdiffstats
path: root/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_shim/test/app_shim_host_manager_test_api_mac.cc')
-rw-r--r--apps/app_shim/test/app_shim_host_manager_test_api_mac.cc26
1 files changed, 0 insertions, 26 deletions
diff --git a/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc b/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
deleted file mode 100644
index 6fbdd8c..0000000
--- a/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2013 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 "apps/app_shim/test/app_shim_host_manager_test_api_mac.h"
-
-#include "apps/app_shim/app_shim_host_manager_mac.h"
-#include "base/files/file_path.h"
-
-namespace test {
-
-AppShimHostManagerTestApi::AppShimHostManagerTestApi(
- AppShimHostManager* host_manager)
- : host_manager_(host_manager) {
- DCHECK(host_manager_);
-}
-
-apps::UnixDomainSocketAcceptor* AppShimHostManagerTestApi::acceptor() {
- return host_manager_->acceptor_.get();
-}
-
-const base::FilePath& AppShimHostManagerTestApi::directory_in_tmp() {
- return host_manager_->directory_in_tmp_;
-}
-
-} // namespace test