| Index: webkit/fileapi/media/mtp_device_file_system_config.h
|
| diff --git a/webkit/fileapi/media/mtp_device_file_system_config.h b/webkit/fileapi/media/mtp_device_file_system_config.h
|
| deleted file mode 100644
|
| index 32d51039d1be7d89db72fe3ae274e26423e47c26..0000000000000000000000000000000000000000
|
| --- a/webkit/fileapi/media/mtp_device_file_system_config.h
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -// 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.
|
| -
|
| -#ifndef WEBKIT_FILEAPI_MEDIA_MTP_DEVICE_FILE_SYSTEM_CONFIG_H_
|
| -#define WEBKIT_FILEAPI_MEDIA_MTP_DEVICE_FILE_SYSTEM_CONFIG_H_
|
| -
|
| -#include "build/build_config.h"
|
| -
|
| -// Support MTP device file system for Windows, Mac, Linux and ChromeOS.
|
| -// Note that OS_LINUX implies OS_CHROMEOS.
|
| -// TODO(gbillock): remove this define and make this default.
|
| -#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
|
| -#define SUPPORT_MTP_DEVICE_FILESYSTEM
|
| -#endif
|
| -
|
| -#endif // WEBKIT_FILEAPI_MEDIA_MTP_DEVICE_FILE_SYSTEM_CONFIG_H_
|
|
|