| Index: chrome/browser/media_galleries/chromeos/mtp_device_delegate_impl_chromeos.cc
|
| diff --git a/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc b/chrome/browser/media_galleries/chromeos/mtp_device_delegate_impl_chromeos.cc
|
| similarity index 99%
|
| rename from chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc
|
| rename to chrome/browser/media_galleries/chromeos/mtp_device_delegate_impl_chromeos.cc
|
| index 1c6b4b5ae3486c6553078b8d931860a01f0d47d8..d28a6a4e03eb72560a38666ec8ab85f42af813da 100644
|
| --- a/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc
|
| +++ b/chrome/browser/media_galleries/chromeos/mtp_device_delegate_impl_chromeos.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h"
|
| +#include "chrome/browser/media_galleries/chromeos/mtp_device_delegate_impl_chromeos.h"
|
|
|
| #include <errno.h>
|
| #include <fcntl.h>
|
| @@ -21,8 +21,8 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/string_util.h"
|
| -#include "chrome/browser/media_galleries/linux/mtp_device_task_helper_map_service.h"
|
| -#include "chrome/browser/media_galleries/linux/snapshot_file_details.h"
|
| +#include "chrome/browser/media_galleries/chromeos/mtp_device_task_helper_map_service.h"
|
| +#include "chrome/browser/media_galleries/chromeos/snapshot_file_details.h"
|
| #include "net/base/io_buffer.h"
|
| #include "third_party/cros_system_api/dbus/service_constants.h"
|
|
|
|
|