clang/win: Fix a few warnings/errors.
commitb712af8a5f27641efdb337e58390ceefe4cd07de
authorwfh <wfh@chromium.org>
Sun, 18 Jan 2015 06:54:30 +0000 (17 22:54 -0800)
committerCommit bot <commit-bot@chromium.org>
Sun, 18 Jan 2015 06:55:21 +0000 (18 06:55 +0000)
tree839f9f29751676ece6318ff1f46e6bc31a1f7d09
parente58d007d382500a81754ada13c53b1dfe7feab21
clang/win: Fix a few warnings/errors.

Add throw() declarations to fix clang compile errors and match the declarations in the MS SDK.

This is a followup to https://codereview.chromium.org/447513002

Also, cfree is deprecated and certainly isn't available on Windows, so removing the code.

BUG=82385

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

Cr-Commit-Position: refs/heads/master@{#312048}
base/allocator/generic_allocators.cc