diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 19:40:12 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 19:40:12 +0000 |
commit | c3d4a0d5d82206a7748b48433ad85e5bf7ac576e (patch) | |
tree | d8739eccd20a8bc7cbd619dd7a42a45999fa0ae2 /base/string_util_win.h | |
parent | 82146859435e21d2fee1ee81067f395ad11c2f3a (diff) | |
download | chromium_src-c3d4a0d5d82206a7748b48433ad85e5bf7ac576e.zip chromium_src-c3d4a0d5d82206a7748b48433ad85e5bf7ac576e.tar.gz chromium_src-c3d4a0d5d82206a7748b48433ad85e5bf7ac576e.tar.bz2 |
Use a direct include of strings headers, delete some strings forwarding headers.
BUG=247723
TEST=everything compiles OK
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/17390010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/string_util_win.h')
-rw-r--r-- | base/string_util_win.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/base/string_util_win.h b/base/string_util_win.h deleted file mode 100644 index 29bc4aa..0000000 --- a/base/string_util_win.h +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) 2013 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. - -// This file has moved, please use the new location. -// TODO(avi) remove this file when all users have been updated. -#include "base/strings/string_util_win.h" |