Fix clang/win build after https://codereview.chromium.org/1543173002/

That change made metrics_aura.cc include build_config.h.  Before,
nothing did, so `defined(OS_WIN)` was always false (even on Windows!).
Now that it isn't, clang-cl complains that a constant is unused
on Windows, so move it to a more local scope.

BUG=82385
R=tfarina@chromium.org
TBR=avi

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

Cr-Commit-Position: refs/heads/master@{#366771}
1 file changed