diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-11 21:40:55 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-11 21:40:55 +0000 |
commit | da2f68f558f363b80ed4e4bb86290adca70d53bc (patch) | |
tree | c38564f16192ab61271a4e1f2e634e0adacded36 /chrome_frame/chrome_launcher_utils.cc | |
parent | af89c69eecd19c7b9deac7504be4164b13e7569b (diff) | |
download | chromium_src-da2f68f558f363b80ed4e4bb86290adca70d53bc.zip chromium_src-da2f68f558f363b80ed4e4bb86290adca70d53bc.tar.gz chromium_src-da2f68f558f363b80ed4e4bb86290adca70d53bc.tar.bz2 |
iwyu: Include stringprintf.h where appropriate, part 2.
BUG=82098
TEST=none
R=thakis@chromium.org
Review URL: http://codereview.chromium.org/7004007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_launcher_utils.cc')
-rw-r--r-- | chrome_frame/chrome_launcher_utils.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/chrome_launcher_utils.cc b/chrome_frame/chrome_launcher_utils.cc index 83d64ed..4338033 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" |