test_listener_ios.h 463 B

1234567891011121314151617
  1. // Copyright (c) 2012 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.
  4. #ifndef BASE_TEST_TEST_LISTENER_IOS_H_
  5. #define BASE_TEST_TEST_LISTENER_IOS_H_
  6. namespace base {
  7. namespace test_listener_ios {
  8. // Register an IOSRunLoopListener.
  9. void RegisterTestEndListener();
  10. } // namespace test_listener_ios
  11. } // namespace base
  12. #endif // BASE_TEST_TEST_LISTENER_IOS_H_