summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-09-12 20:01:09 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-13 03:02:32 +0000
commit6d63c4898c2da5a286d01f80229baeb914f99f18 (patch)
tree495087940ce7b70fd07db0f2d6cded48b5f5b07b /base
parent3895556f535fe8c10a732612cb2c982d8137898c (diff)
downloadchromium_src-6d63c4898c2da5a286d01f80229baeb914f99f18.zip
chromium_src-6d63c4898c2da5a286d01f80229baeb914f99f18.tar.gz
chromium_src-6d63c4898c2da5a286d01f80229baeb914f99f18.tar.bz2
Cleanup: Remove base/file_util.h. Convert remaining references.
TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/568873004 Cr-Commit-Position: refs/heads/master@{#294729}
Diffstat (limited to 'base')
-rw-r--r--base/file_util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/base/file_util.h b/base/file_util.h
deleted file mode 100644
index 9760a34..0000000
--- a/base/file_util.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright 2014 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) update callers to use the new location and remove this file.
-#include "base/files/file_util.h"