summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-27 12:38:24 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-27 12:38:24 +0000
commit1ff4fae637c1b51fd14f8c691f10f251456fd22c (patch)
tree6f8347bf9a477c7eabe3c132ed9fed557a1df027 /base
parentc6248b61f721f5f4a0f9f2fd5146c2ed75de89d2 (diff)
downloadchromium_src-1ff4fae637c1b51fd14f8c691f10f251456fd22c.zip
chromium_src-1ff4fae637c1b51fd14f8c691f10f251456fd22c.tar.gz
chromium_src-1ff4fae637c1b51fd14f8c691f10f251456fd22c.tar.bz2
Update includes and delete remaining strings forwarding headers.
BUG=247723 TEST=everything compiles OK TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/17894007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208900 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/string_util.h7
-rw-r--r--base/stringprintf.h7
2 files changed, 0 insertions, 14 deletions
diff --git a/base/string_util.h b/base/string_util.h
deleted file mode 100644
index 400795e..0000000
--- a/base/string_util.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.h"
diff --git a/base/stringprintf.h b/base/stringprintf.h
deleted file mode 100644
index 17c3a5e..0000000
--- a/base/stringprintf.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/stringprintf.h"