diff options
author | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-12 02:08:41 +0000 |
---|---|---|
committer | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-12 02:08:41 +0000 |
commit | b93f9602b29cde57b000622700c3675dfcb69f75 (patch) | |
tree | f618b761527b5dccf59f066733061eb9cdd0d88b | |
parent | 1eb8f2fba6d2e47ef39a3d863b4fc6a8e9b905be (diff) | |
download | chromium_src-b93f9602b29cde57b000622700c3675dfcb69f75.zip chromium_src-b93f9602b29cde57b000622700c3675dfcb69f75.tar.gz chromium_src-b93f9602b29cde57b000622700c3675dfcb69f75.tar.bz2 |
Make wow_helper.sln pure ASCII
Non 7-bit ASCII characters confused the hell out of try bots and scripts
and led to hard to track bugs.
BUG=
TEST=
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10696187
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146270 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | sandbox/wow_helper.sln | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/wow_helper.sln b/sandbox/wow_helper.sln index 8a20a9a..26d0da2 100644 --- a/sandbox/wow_helper.sln +++ b/sandbox/wow_helper.sln @@ -1,4 +1,4 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 +Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wow_helper", "wow_helper\wow_helper.vcproj", "{BCF3A457-39F1-4DAA-9A65-93CFCD559036}" EndProject |