Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: mojo/environment/default_logger_impl.h

Issue 346613004: Use loadable module instead of shared library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/environment/default_async_waiter_impl.h ('k') | mojo/environment/mojo_environment_impl_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/environment/default_logger_impl.h
diff --git a/mojo/environment/default_logger_impl.h b/mojo/environment/default_logger_impl.h
index c87a7276e434c205b99180516bacb8954d0d2a4f..080d259b2f60735ac18a41a1890a713969218d3e 100644
--- a/mojo/environment/default_logger_impl.h
+++ b/mojo/environment/default_logger_impl.h
@@ -5,13 +5,12 @@
#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();
+const MojoLogger* GetDefaultLoggerImpl();
} // namespace internal
} // namespace mojo
« no previous file with comments | « mojo/environment/default_async_waiter_impl.h ('k') | mojo/environment/mojo_environment_impl_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698