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

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

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.h
diff --git a/apps/app_shim/test/app_shim_host_manager_test_api_mac.h b/apps/app_shim/test/app_shim_host_manager_test_api_mac.h
deleted file mode 100644
index b42e38938d0269e9e542a1edbbe90a4d15176477..0000000000000000000000000000000000000000
--- a/apps/app_shim/test/app_shim_host_manager_test_api_mac.h
+++ /dev/null
@@ -1,38 +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.
-
-#ifndef APPS_APP_SHIM_TEST_APP_SHIM_HOST_MANAGER_TEST_API_MAC_H
-#define APPS_APP_SHIM_TEST_APP_SHIM_HOST_MANAGER_TEST_API_MAC_H
-
-#include "base/basictypes.h"
-
-class AppShimHostManager;
-
-namespace base {
-class FilePath;
-}
-
-namespace apps {
-class UnixDomainSocketAcceptor;
-}
-
-namespace test {
-
-class AppShimHostManagerTestApi {
- public:
- explicit AppShimHostManagerTestApi(AppShimHostManager* host_manager);
-
- apps::UnixDomainSocketAcceptor* acceptor();
-
- const base::FilePath& directory_in_tmp();
-
- private:
- AppShimHostManager* host_manager_; // Not owned.
-
- DISALLOW_COPY_AND_ASSIGN(AppShimHostManagerTestApi);
-};
-
-} // namespace test
-
-#endif // APPS_APP_SHIM_TEST_APP_SHIM_HOST_MANAGER_TEST_API_MAC_H
« no previous file with comments | « apps/app_shim/extension_app_shim_handler_mac_unittest.cc ('k') | apps/app_shim/test/app_shim_host_manager_test_api_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698