Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Issue 13247008: base: Extract FileEnumerator out of file_util.h (Closed)

Created:
7 years, 8 months ago by tfarina
Modified:
7 years, 8 months ago
Reviewers:
brettw
CC:
chromium-reviews, erikwright+watch_chromium.org, sail+watch_chromium.org
Visibility:
Public.

Description

base: Extract FileEnumerator out of file_util.h BUG=175002 TEST=base_unittests --gtest_filter=*FileEnumerator* R=brettw@chromium.org

Patch Set 1 #

Patch Set 2 : move back to file_util namespace - there are too many to fix in a single patch #

Patch Set 3 : fix win #

Patch Set 4 : file_enumerator_posix.cc should not compile on win #

Unified diffs Side-by-side diffs Delta from patch set Stats (+492 lines, -425 lines) Patch
M base/base.gypi View 1 chunk +4 lines, -0 lines 0 comments Download
M base/file_util.h View 2 chunks +1 line, -107 lines 0 comments Download
M base/file_util.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M base/file_util_posix.cc View 1 chunk +0 lines, -150 lines 0 comments Download
M base/file_util_unittest.cc View 1 14 chunks +21 lines, -25 lines 0 comments Download
M base/file_util_win.cc View 1 chunk +0 lines, -133 lines 0 comments Download
A base/files/file_enumerator.h View 1 1 chunk +140 lines, -0 lines 0 comments Download
A base/files/file_enumerator.cc View 1 1 chunk +16 lines, -0 lines 0 comments Download
A base/files/file_enumerator_posix.cc View 1 2 3 1 chunk +161 lines, -0 lines 0 comments Download
A base/files/file_enumerator_win.cc View 1 2 1 chunk +149 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698