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

Issue 82963004: Base: Move platform_file.* to files/base_file.* (Closed)

Created:
7 years, 1 month ago by rvargas (doing something else)
Modified:
7 years ago
Reviewers:
brettw
CC:
chromium-reviews, erikwright+watch_chromium.org
Visibility:
Public.

Description

Base: Move platform_file.* to files/base_file.* PlatformFile has grown beyond the initial expectations and it doesn't make sense to continue supporting individual function wrappers instead of a proper file class. BUG=322664 TEST=base_unittests

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Renamed to File #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+666 lines, -709 lines) Patch
M base/base.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M base/base.gypi View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M base/files/file.h View 1 2 2 chunks +239 lines, -250 lines 0 comments Download
A + base/files/file.cc View 1 2 1 chunk +43 lines, -10 lines 0 comments Download
A + base/files/file_posix.cc View 1 2 11 chunks +128 lines, -123 lines 0 comments Download
A + base/files/file_unittest.cc View 1 2 8 chunks +135 lines, -209 lines 0 comments Download
A + base/files/file_win.cc View 1 2 7 chunks +111 lines, -117 lines 0 comments Download
M base/platform_file.h View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
rvargas (doing something else)
Please take a look
7 years, 1 month ago (2013-11-23 02:22:32 UTC) #1
rvargas (doing something else)
On 2013/11/23 02:22:32, rvargas wrote: > Please take a look ping
7 years ago (2013-11-26 22:56:52 UTC) #2
brettw
Sorry I lost this! Is there a reason this can't be called base::File instead? (Like ...
7 years ago (2013-11-26 23:04:49 UTC) #3
rvargas (doing something else)
I don't know of a #define File, but there is the c FILE... I have ...
7 years ago (2013-11-26 23:45:53 UTC) #4
brettw
I like base::File a lot better. For the nesting, I was indeed talking about the ...
7 years ago (2013-11-27 00:53:14 UTC) #5
rvargas (doing something else)
7 years ago (2013-11-28 02:08:28 UTC) #6

Powered by Google App Engine
This is Rietveld 408576698