diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-14 10:12:56 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-14 10:12:56 +0000 |
commit | 6d7f55fec25ef2b80d3bae5b86ab905eb90f970f (patch) | |
tree | 2f2035579ca80d5823b0dd28f1637bae3f2023c2 /base/base_paths_win.cc | |
parent | d61f1f3fb2e0d4ad82a56e5160c5e6b8260ed3a0 (diff) | |
download | chromium_src-6d7f55fec25ef2b80d3bae5b86ab905eb90f970f.zip chromium_src-6d7f55fec25ef2b80d3bae5b86ab905eb90f970f.tar.gz chromium_src-6d7f55fec25ef2b80d3bae5b86ab905eb90f970f.tar.bz2 |
Cleanup: Remove unneeded base/file_util.h includes in base.
Review URL: https://chromiumcodereview.appspot.com/15078003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199960 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_paths_win.cc')
-rw-r--r-- | base/base_paths_win.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/base_paths_win.cc b/base/base_paths_win.cc index f4dd434..bc88335 100644 --- a/base/base_paths_win.cc +++ b/base/base_paths_win.cc @@ -2,12 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - #include <windows.h> #include <shlobj.h> #include "base/base_paths.h" -#include "base/file_util.h" #include "base/files/file_path.h" #include "base/path_service.h" #include "base/win/scoped_co_mem.h" @@ -53,7 +51,6 @@ bool GetQuickLaunchPath(bool default_user, FilePath* result) { namespace base { bool PathProviderWin(int key, FilePath* result) { - // We need to go compute the value. It would be nice to support paths with // names longer than MAX_PATH, but the system functions don't seem to be // designed for it either, with the exception of GetTempPath (but other |