Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Unified Diff: chrome/browser/media_galleries/chromeos/mtp_device_delegate_impl_chromeos.cc

Issue 2358493002: Remove MTP support on Linux. (Closed)
Patch Set: move files Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698