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

Unified Diff: chrome/browser/media_gallery/linux/mtp_device_operations_utils.cc

Issue 11722025: Revert 175073 because it fails to compile on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 12 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_gallery/linux/mtp_device_operations_utils.cc
===================================================================
--- chrome/browser/media_gallery/linux/mtp_device_operations_utils.cc (revision 175074)
+++ chrome/browser/media_gallery/linux/mtp_device_operations_utils.cc (working copy)
@@ -4,14 +4,14 @@
#include "chrome/browser/media_gallery/linux/mtp_device_operations_utils.h"
-#include "device/media_transfer_protocol/media_transfer_protocol_manager.h"
+#include "chrome/browser/media_transfer_protocol/media_transfer_protocol_manager.h"
namespace chrome {
// Returns MediaTransferProtocolManager instance on success or NULL on failure.
-device::MediaTransferProtocolManager* GetMediaTransferProtocolManager() {
- device::MediaTransferProtocolManager* mtp_device_mgr =
- device::MediaTransferProtocolManager::GetInstance();
+MediaTransferProtocolManager* GetMediaTransferProtocolManager() {
+ MediaTransferProtocolManager* mtp_device_mgr =
+ MediaTransferProtocolManager::GetInstance();
DCHECK(mtp_device_mgr);
return mtp_device_mgr;
}

Powered by Google App Engine
This is Rietveld 408576698