Commit 7ed9e0a1 authored by peria@chromium.org's avatar peria@chromium.org

[SyncFS] Fix schema comment

The line was not consistent with the actual string defined in drive_backend_constants.cc.

BUG=None
TEST=None
NOTRY=true

Review URL: https://codereview.chromium.org/386343002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282905 0039d316-1c4b-4281-b951-d872f2087c98
parent d651ee31
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
// value: <int64 'app_root_tracker_id'> // value: <int64 'app_root_tracker_id'>
// //
// # Index from file ID to the active tracker ID // # Index from file ID to the active tracker ID
// key: "ACTIVE_BY_FILE: " + <string 'file_id'> // key: "ACTIVE_FILE: " + <string 'file_id'>
// value: <int64 'active_tracker_id'> // value: <int64 'active_tracker_id'>
// //
// # Index from file ID to a tracker ID // # Index from file ID to a tracker ID
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment