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

Issue 7618037: base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. (Closed)

Created:
9 years, 4 months ago by tfarina
Modified:
9 years, 4 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews, cbentzel+watch_chromium.org, Erik does not do reviews, brettw-cc_chromium.org, jam, mihaip+watch_chromium.org, joi+watch-content_chromium.org, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, kinuko+watch
Visibility:
Public.

Description

base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. enum types should be named using CamelCase as class and function names, not using MACRO_STYLE. BUG=None TEST=None R=evan@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96766

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -44 lines) Patch
M base/file_util.h View 3 chunks +4 lines, -4 lines 0 comments Download
M base/file_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/file_util_posix.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M base/file_util_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/file_util_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M base/file_util_win.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M base/test/test_file_util_posix.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/sandboxed_extension_unpacker_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/extension_file_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/zip.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/zip_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/duplicate_tree_detector.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/tools/profiles/generate_profile.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper_file_message_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/directory_lister.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/cache_util_posix.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_file_util.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/local_file_system_file_util.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/obfuscated_file_system_file_util.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
tfarina
9 years, 4 months ago (2011-08-15 00:38:33 UTC) #1
Evan Martin
9 years, 4 months ago (2011-08-15 07:03:29 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698