summaryrefslogtreecommitdiffstats
path: root/chromium/mojo/environment/default_logger_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/mojo/environment/default_logger_impl.h')
-rw-r--r--chromium/mojo/environment/default_logger_impl.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/chromium/mojo/environment/default_logger_impl.h b/chromium/mojo/environment/default_logger_impl.h
new file mode 100644
index 00000000000..c87a7276e43
--- /dev/null
+++ b/chromium/mojo/environment/default_logger_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_DEFAULT_LOGGER_IMPL_H_
+#define MOJO_ENVIRONMENT_DEFAULT_LOGGER_IMPL_H_
+
+#include "mojo/environment/mojo_environment_impl_export.h"
+#include "mojo/public/c/environment/logger.h"
+
+namespace mojo {
+namespace internal {
+
+MOJO_ENVIRONMENT_IMPL_EXPORT const MojoLogger* GetDefaultLoggerImpl();
+
+} // namespace internal
+} // namespace mojo
+
+#endif // MOJO_ENVIRONMENT_DEFAULT_LOGGER_IMPL_H_