Fully qualify usage of ArraySizeHelper to prevent conflict.
commit6d0be449b4c1c667a44762c9dbd0ee18ea120ade
authorqsr <qsr@chromium.org>
Mon, 9 Feb 2015 13:52:38 +0000 (9 05:52 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 9 Feb 2015 13:53:16 +0000 (9 13:53 +0000)
tree01ae362861d649f82bf55370203780e6962d88f7
parent1a600c7b3fdff94fa7e00656191f37fb65dd05b1
Fully qualify usage of ArraySizeHelper to prevent conflict.

mojo redefines ArraySizeHelper in the mojo namespace. When arraysize is used
in the mojo namespace, with both version in scope, the compiler, on android, is complaining that the reference is
not unique. To prevent this, qualify the usage of ArraySizeHelper in
base/macros.h

Review URL: https://codereview.chromium.org/804023002

Cr-Commit-Position: refs/heads/master@{#315290}
base/macros.h
chrome/installer/mini_installer/decompress.h