Minor formatting tweaks to template_export.h
Mostly replace "export" (which is a keyword) with "foo_export" (used in the example at the top of the file). No behavior change in practice, but a bit cleaner. And replace MSVC_HACK with DLLEXPORT, since that replacement is only used when __declspec(dllexport) is in use. (Actually, use EPXORT_DLLEXPORT for now because nacl.) No behavior change. Bug: none Change-Id: I8e140bc38823d168af6b71a88ee9f7a66c604b7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062881Reviewed-by:Hans Wennborg <hans@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#742880}
Showing
Please register or sign in to comment