diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-15 19:00:19 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-15 19:00:19 +0000 |
commit | 244924124002fb09afa5e6ccdb248f897848431b (patch) | |
tree | c2737631b52a3390bf33498eb58210749c12efb4 /chrome/test/automation | |
parent | 16b527168c7fcdc36588379c3c30225493265689 (diff) | |
download | chromium_src-244924124002fb09afa5e6ccdb248f897848431b.zip chromium_src-244924124002fb09afa5e6ccdb248f897848431b.tar.gz chromium_src-244924124002fb09afa5e6ccdb248f897848431b.tar.bz2 |
FBTF: Remove "obviously" unneeded standard C++ library #includes.
BUG=none
TEST=builds
Review URL: http://codereview.chromium.org/3179017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation')
-rw-r--r-- | chrome/test/automation/window_proxy.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/test/automation/window_proxy.h b/chrome/test/automation/window_proxy.h index 937f2ae..cb7b022 100644 --- a/chrome/test/automation/window_proxy.h +++ b/chrome/test/automation/window_proxy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 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. @@ -12,8 +12,6 @@ #include <windows.h> #endif -#include <string> - #include "base/keyboard_codes.h" #include "base/string16.h" #include "base/thread.h" |