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

Issue 16072003: Fix module dependency in file_system_url* (Closed)

Created:
7 years, 7 months ago by kinuko
Modified:
7 years, 7 months ago
Reviewers:
tzik
CC:
chromium-reviews, tzik+watch_chromium.org, kinuko+watch, darin-cc_chromium.org, nhiroki, calvinlo
Visibility:
Public.

Description

Fix module dependency in file_system_url* FileSystemURL should no longer have dependencies to IsolatedContext or ExternalMountPoints, but should be just a simple class. Remove unnecessary header files and move tests that are specific to SyncableFileSystem into webkit/fileapi/syncable/syncable_file_system_util_unittest.cc. BUG=239710, 240658 TEST=FileSystemURLTest.*,SyncableFileSystemTest.SyncableFileSystemURL_IsParent R=tzik@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202372

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -50 lines) Patch
M webkit/fileapi/file_system_url.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_url_unittest.cc View 5 chunks +7 lines, -48 lines 0 comments Download
M webkit/fileapi/syncable/syncable_file_system_util_unittest.cc View 2 chunks +28 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
tzik
lgtm
7 years, 7 months ago (2013-05-27 02:31:20 UTC) #1
kinuko
Slightly updated the issue description, as it looks we can have this in webkit/browser module ...
7 years, 7 months ago (2013-05-27 02:52:19 UTC) #2
kinuko
7 years, 7 months ago (2013-05-27 05:51:46 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r202372 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698