Chromium Code Reviews| Index: base/version.cc |
| diff --git a/base/version.cc b/base/version.cc |
| index a40388d99aa7466e392261053e3e415a9e6414f4..83dda50b62b25718ca56b0b423f854c18402a4cc 100644 |
| --- a/base/version.cc |
| +++ b/base/version.cc |
| @@ -80,4 +80,3 @@ bool Version::InitFromString(const std::string& version_str) { |
| } |
| return true; |
| } |
| - |