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

Unified Diff: chrome/browser/media_galleries/fileapi/mtp_device_file_system_config.h

Issue 14247034: Move Media Galleries FileAPI code out of webkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cr-14352004
Patch Set: Add android ifdef. Created 7 years, 8 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/fileapi/mtp_device_file_system_config.h
diff --git a/webkit/fileapi/media/mtp_device_file_system_config.h b/chrome/browser/media_galleries/fileapi/mtp_device_file_system_config.h
similarity index 66%
rename from webkit/fileapi/media/mtp_device_file_system_config.h
rename to chrome/browser/media_galleries/fileapi/mtp_device_file_system_config.h
index 32d51039d1be7d89db72fe3ae274e26423e47c26..1877de8abf2a5a7f3d336f1ec1b4a73a812b7b87 100644
--- a/webkit/fileapi/media/mtp_device_file_system_config.h
+++ b/chrome/browser/media_galleries/fileapi/mtp_device_file_system_config.h
@@ -2,8 +2,8 @@
// 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_
+#ifndef CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_MTP_DEVICE_FILE_SYSTEM_CONFIG_H_
+#define CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_MTP_DEVICE_FILE_SYSTEM_CONFIG_H_
#include "build/build_config.h"
@@ -14,4 +14,4 @@
#define SUPPORT_MTP_DEVICE_FILESYSTEM
#endif
-#endif // WEBKIT_FILEAPI_MEDIA_MTP_DEVICE_FILE_SYSTEM_CONFIG_H_
+#endif // CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_MTP_DEVICE_FILE_SYSTEM_CONFIG_H_

Powered by Google App Engine
This is Rietveld 408576698