Index: chrome/installer/util/version.cc |
=================================================================== |
--- chrome/installer/util/version.cc (revision 54020) |
+++ chrome/installer/util/version.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -6,6 +6,7 @@ |
#include "base/format_macros.h" |
#include "base/string_util.h" |
+#include "base/utf_string_conversions.h" |
#include "chrome/installer/util/version.h" |
installer::Version::Version(int64 major, int64 minor, int64 build, |