Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / apps / app_shim / test / app_shim_host_manager_test_api_mac.h
blobb42e38938d0269e9e542a1edbbe90a4d15176477
1 // Copyright 2013 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 #ifndef APPS_APP_SHIM_TEST_APP_SHIM_HOST_MANAGER_TEST_API_MAC_H
6 #define APPS_APP_SHIM_TEST_APP_SHIM_HOST_MANAGER_TEST_API_MAC_H
8 #include "base/basictypes.h"
10 class AppShimHostManager;
12 namespace base {
13 class FilePath;
16 namespace apps {
17 class UnixDomainSocketAcceptor;
20 namespace test {
22 class AppShimHostManagerTestApi {
23 public:
24 explicit AppShimHostManagerTestApi(AppShimHostManager* host_manager);
26 apps::UnixDomainSocketAcceptor* acceptor();
28 const base::FilePath& directory_in_tmp();
30 private:
31 AppShimHostManager* host_manager_; // Not owned.
33 DISALLOW_COPY_AND_ASSIGN(AppShimHostManagerTestApi);
36 } // namespace test
38 #endif // APPS_APP_SHIM_TEST_APP_SHIM_HOST_MANAGER_TEST_API_MAC_H