summaryrefslogtreecommitdiffstats
path: root/mojo/common
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-11 04:25:16 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-11 04:25:16 +0000
commit454da65a84f777a79703d7344395494ee2810e59 (patch)
tree87850c99fd4d79d9455cd03ff5f29865829e6f6b /mojo/common
parent807f55ecb7ece39b25866405125d7e58b4bad9f2 (diff)
downloadchromium_src-454da65a84f777a79703d7344395494ee2810e59.zip
chromium_src-454da65a84f777a79703d7344395494ee2810e59.tar.gz
chromium_src-454da65a84f777a79703d7344395494ee2810e59.tar.bz2
Clean up mojo export files.
While I was looking at these files I noticed the GFX_IMPLEMENTATION, which triggered me to make these cleanups. BUG=None TEST=None TBR=darin@chromium.org Review URL: https://codereview.chromium.org/110843003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240009 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/common')
-rw-r--r--mojo/common/mojo_common_export.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/mojo/common/mojo_common_export.h b/mojo/common/mojo_common_export.h
index 3563477..48d21d0 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_