| Index: chrome/common/extensions/api/sync_file_system.idl
|
| diff --git a/chrome/common/extensions/api/sync_file_system.idl b/chrome/common/extensions/api/sync_file_system.idl
|
| index 3c7afb1985212814b3efe45a27b5bf5969f45c70..1247aa1c392fd92446e90df7cb5c555512b0adc0 100644
|
| --- a/chrome/common/extensions/api/sync_file_system.idl
|
| +++ b/chrome/common/extensions/api/sync_file_system.idl
|
| @@ -6,9 +6,8 @@
|
| // on Google Drive. This API is NOT for accessing arbitrary user docs stored in
|
| // Google Drive. It provides app-specific syncable storage for offline and
|
| // caching usage so that the same data can be available across different
|
| -// clients. Read
|
| -// <a href="http://developer.chrome.com/trunk/apps/app_storage.html">Manage
|
| -// Data</a> for more on using this API.
|
| +// clients. Read <a href="app_storage.html">Manage Data</a> for more on using
|
| +// this API.
|
| namespace syncFileSystem {
|
| enum SyncAction {
|
| added, updated, deleted
|
|
|