Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3136)

Unified Diff: apps/app_shim/test/app_shim_host_manager_test_api_mac.cc

Issue 585123004: Mac: Give app_shim code a nicer home (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: various cleanups Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
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 6fbdd8c95a299089cccd74c25880b0c5e5821c9c..0000000000000000000000000000000000000000
--- 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
« no previous file with comments | « apps/app_shim/test/app_shim_host_manager_test_api_mac.h ('k') | apps/app_shim/unix_domain_socket_acceptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698