| Index: chrome_frame/chrome_launcher_utils.cc
|
| diff --git a/chrome_frame/chrome_launcher_utils.cc b/chrome_frame/chrome_launcher_utils.cc
|
| index 83d64edb3de0aa5c422f63201731540d0ce67e5d..4338033bba279bd500deb713d9d03a7142987246 100644
|
| --- a/chrome_frame/chrome_launcher_utils.cc
|
| +++ b/chrome_frame/chrome_launcher_utils.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -9,6 +9,7 @@
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
| +#include "base/string_util.h"
|
| #include "base/win/windows_version.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_switches.h"
|
|
|