Make SetAppIdForPropertyStore compile with win8 sdk
commit2ac99a0c987c3e294eb579b0d5bc4163cfb6643c
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 27 Jun 2012 02:11:23 +0000 (27 02:11 +0000)
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 27 Jun 2012 02:11:23 +0000 (27 02:11 +0000)
treef86492cc06ae9a655ee35c12eb540343e0f7dcd5
parentd86065cfcf51ff4a37dc2244641013377db0b55f
Make SetAppIdForPropertyStore compile with win8 sdk

Removes the defined(_WIN32_WINNT_WIN8) trick and just
uses the existing macros.

So we can move the metro bits to src\

BUG=127799
Review URL: https://chromiumcodereview.appspot.com/10657035

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144371 0039d316-1c4b-4281-b951-d872f2087c98
base/win/win_util.cc