Index: base/version.cc |
=================================================================== |
--- base/version.cc (revision 88143) |
+++ base/version.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
Scott Hess - ex-Googler
2011/06/07 17:52:25
Sneaky. I like it.
|
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -14,6 +14,9 @@ |
Version::Version() { |
} |
+Version::~Version() { |
+} |
+ |
Version::Version(const std::string& version_str) { |
std::vector<std::string> numbers; |
base::SplitString(version_str, '.', &numbers); |