| Index: chrome/test/data/extensions/api_test/filebrowser_mount/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/filebrowser_mount/test.js b/chrome/test/data/extensions/api_test/filebrowser_mount/test.js
|
| index 431fcab9cf0782a48ba57ff158ff6dad9b4fd9b9..f72404fe99155d82df6d7f8859a4bcc5e122f9f1 100644
|
| --- a/chrome/test/data/extensions/api_test/filebrowser_mount/test.js
|
| +++ b/chrome/test/data/extensions/api_test/filebrowser_mount/test.js
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -10,7 +10,7 @@ var expectedVolume1 = {
|
| filePath: 'file_path1',
|
| deviceLabel: 'device_label1',
|
| driveLabel: 'drive_label1',
|
| - deviceType: 'flash',
|
| + deviceType: 'usb',
|
| totalSize: 1073741824,
|
| isParent: false,
|
| isReadOnly: false,
|
| @@ -26,7 +26,7 @@ var expectedVolume2 = {
|
| filePath: 'file_path2',
|
| deviceLabel: 'device_label2',
|
| driveLabel: 'drive_label2',
|
| - deviceType: 'hdd',
|
| + deviceType: 'mobile',
|
| totalSize: 47723,
|
| isParent: true,
|
| isReadOnly: true,
|
|
|