0
Files
src/base/file_util.h
brettw@chromium.org e3177dd506 Move file_util to base/files/ directory.
This updates the includes in base but leaves a forwarding header for the rest of the project for now.

R=yzshen@chromium.org

Review URL: https://codereview.chromium.org/468253002

Cr-Commit-Position: refs/heads/master@{#289360}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289360 0039d316-1c4b-4281-b951-d872f2087c98
2014-08-13 20:23:37 +00:00

7 lines
277 B
C

// 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"