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

Unified Diff: mojo/common/mojo_common_export.h

Issue 110843003: Clean up mojo export files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years 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 | « no previous file | mojo/public/gles2/gles2.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/mojo_common_export.h
diff --git a/mojo/common/mojo_common_export.h b/mojo/common/mojo_common_export.h
index 3563477d5e4f61157fbac687065660e31f1d79ae..48d21d0d3d2ee4b15a2e2b3b3d0c700b77a39697 100644
--- a/mojo/common/mojo_common_export.h
+++ b/mojo/common/mojo_common_export.h
@@ -15,7 +15,7 @@
#define MOJO_COMMON_EXPORT __declspec(dllimport)
#endif
-#else // defined(WIN32)
+#else // !defined(WIN32)
#if defined(MOJO_COMMON_IMPLEMENTATION)
#define MOJO_COMMON_EXPORT __attribute__((visibility("default")))
@@ -25,10 +25,8 @@
#endif // defined(WIN32)
-#else // defined(COMPONENT_BUILD)
-
+#else // !defined(COMPONENT_BUILD)
#define MOJO_COMMON_EXPORT
-
-#endif // defined(COMPONENT_BUILD)
+#endif
#endif // MOJO_COMMON_MOJO_COMMON_EXPORT_H_
« no previous file with comments | « no previous file | mojo/public/gles2/gles2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698