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

Issue 23462021: Move out Drive cache file path constants outside of file_system_util.h. (Closed)

Created:
7 years, 3 months ago by kinaba
Modified:
7 years, 3 months ago
Reviewers:
hashimoto
CC:
chromium-reviews, tfarina, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Visibility:
Public.

Description

Move out Drive cache file path constants outside of file_system_util.h. The path constants are internal implementation details, so they should not be in the publicly used header "file_system_util.h". They were in the common header for sharing the path constants between tests and the production code, but there's no unavoidable reason that tests have to run on that path. BUG=258726 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221996

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -45 lines) Patch
M chrome/browser/chromeos/drive/drive_integration_service.cc View 6 chunks +21 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/drive/file_cache_unittest.cc View 7 chunks +19 lines, -18 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system_util.h View 2 chunks +2 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system_util.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system_util_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
kinaba
7 years, 3 months ago (2013-09-09 06:11:06 UTC) #1
hashimoto
lgtm
7 years, 3 months ago (2013-09-09 07:01:24 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/23462021/1
7 years, 3 months ago (2013-09-09 07:20:22 UTC) #3
commit-bot: I haz the power
7 years, 3 months ago (2013-09-09 10:02:23 UTC) #4
Message was sent while issue was closed.
Change committed as 221996

Powered by Google App Engine
This is Rietveld 408576698