diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-26 04:01:09 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-26 04:01:09 +0000 |
commit | 5b5dbfce8f51841fd05c6815f32be37898b65a08 (patch) | |
tree | cb672f3d1b80e9e736601b31f6f49b65b8b25537 /base | |
parent | a959bfc587938f88ce400e0492e797674de84a35 (diff) | |
download | chromium_src-5b5dbfce8f51841fd05c6815f32be37898b65a08.zip chromium_src-5b5dbfce8f51841fd05c6815f32be37898b65a08.tar.gz chromium_src-5b5dbfce8f51841fd05c6815f32be37898b65a08.tar.bz2 |
Delete the string_piece.h forwarding header.
BUG=247723
TEST=everything compiles OK
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/17755002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/string_piece.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/base/string_piece.h b/base/string_piece.h deleted file mode 100644 index 12b9a34..0000000 --- a/base/string_piece.h +++ /dev/null @@ -1,6 +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. - -// TODO(brettw) move callers to using the new location -#include "base/strings/string_piece.h" |