| OLD | NEW |
| 1 // Copyright 2013 The Chromium Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef CHROME_BROWSER_APPS_APP_SHIM_TEST_APP_SHIM_HOST_MANAGER_TEST_API_MAC_H | 5 #ifndef CHROME_BROWSER_APPS_APP_SHIM_TEST_APP_SHIM_HOST_MANAGER_TEST_API_MAC_H_ |
| 6 #define CHROME_BROWSER_APPS_APP_SHIM_TEST_APP_SHIM_HOST_MANAGER_TEST_API_MAC_H | 6 #define CHROME_BROWSER_APPS_APP_SHIM_TEST_APP_SHIM_HOST_MANAGER_TEST_API_MAC_H_ |
| 7 | 7 |
| 8 #include <memory> | 8 #include <memory> |
| 9 | 9 |
| 10 #include "base/macros.h" | 10 #include "base/macros.h" |
| 11 | 11 |
| 12 class AppShimHostManager; | 12 class AppShimHostManager; |
| 13 | 13 |
| 14 namespace base { | 14 namespace base { |
| 15 class FilePath; | 15 class FilePath; |
| 16 } | 16 } |
| (...skipping 17 matching lines...) Expand all Loading... |
| 34 std::unique_ptr<apps::ExtensionAppShimHandler> handler); | 34 std::unique_ptr<apps::ExtensionAppShimHandler> handler); |
| 35 | 35 |
| 36 private: | 36 private: |
| 37 AppShimHostManager* host_manager_; // Not owned. | 37 AppShimHostManager* host_manager_; // Not owned. |
| 38 | 38 |
| 39 DISALLOW_COPY_AND_ASSIGN(AppShimHostManagerTestApi); | 39 DISALLOW_COPY_AND_ASSIGN(AppShimHostManagerTestApi); |
| 40 }; | 40 }; |
| 41 | 41 |
| 42 } // namespace test | 42 } // namespace test |
| 43 | 43 |
| 44 #endif // CHROME_BROWSER_APPS_APP_SHIM_TEST_APP_SHIM_HOST_MANAGER_TEST_API_MAC_
H | 44 #endif // CHROME_BROWSER_APPS_APP_SHIM_TEST_APP_SHIM_HOST_MANAGER_TEST_API_MAC_
H_ |
| OLD | NEW |