Index: mojo/environment/async_waiter_impl.h |
diff --git a/mojo/environment/async_waiter_impl.h b/mojo/environment/async_waiter_impl.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..686d3ce8a28916633547096d6872481f9c5c1824 |
--- /dev/null |
+++ b/mojo/environment/async_waiter_impl.h |
@@ -0,0 +1,19 @@ |
+// Copyright 2014 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 MOJO_ENVIRONMENT_ASYNC_WAITER_IMPL_H_ |
+#define MOJO_ENVIRONMENT_ASYNC_WAITER_IMPL_H_ |
+ |
+#include "mojo/public/environment/async_waiter.h" |
+#include "mojo/environment/mojo_environment_impl_export.h" |
+ |
+namespace mojo { |
+namespace internal { |
+ |
+MOJO_ENVIRONMENT_IMPL_EXPORT MojoAsyncWaiter* GetDefaultAsyncWaiterImpl(); |
+ |
+} // namespace internal |
+} // namespace mojo |
+ |
+#endif // MOJO_ENVIRONMENT_ASYNC_WAITER_IMPL_H_ |