summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/compat_checks.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util/compat_checks.cc')
-rw-r--r--chrome/installer/util/compat_checks.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/installer/util/compat_checks.cc b/chrome/installer/util/compat_checks.cc
index 3c1d3ae..2eaa2dd 100644
--- a/chrome/installer/util/compat_checks.cc
+++ b/chrome/installer/util/compat_checks.cc
@@ -56,4 +56,3 @@ bool HasIncompatibleSymantecEndpointVersion(const wchar_t* version) {
return false;
return IsBadSEPVersion(v0, v1, v2);
}
-