0

Remove CRLF line ending

Somehow the last change got through with a CRLF ending. I thought that
was impossible - fixing.

Bug: 683729
Change-Id: I7fac0561bfe4daf01c51a53f529b1fd32d93236f
Reviewed-on: https://chromium-review.googlesource.com/710678
Reviewed-by: Justin Schuh <jschuh@chromium.org>
Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#507847}
This commit is contained in:
Bruce Dawson
2017-10-11 01:18:48 +00:00
committed by Commit Bot
parent fb62ef0feb
commit dca552efd7

@ -14,7 +14,7 @@
#include "base/strings/utf_string_conversions.h"
#include "base/win/registry.h"
#if !defined(__clang__) && _MSC_FULL_VER < 191125507
#if !defined(__clang__) && _MSC_FULL_VER < 191125507
#error VS 2017 Update 3.2 or higher is required
#endif