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

Unified Diff: chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h

Issue 273153003: Remove stray platform_file.h from chrome and components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove "using" Created 6 years, 7 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/linux/mtp_device_delegate_impl_linux.h
diff --git a/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h b/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h
index 890982a5f721204d2437e5b8b8c44ff612efdffd..0a698e6c7c2b18bb9ec5c1507211b3f408bc8fa0 100644
--- a/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h
+++ b/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h
@@ -11,7 +11,6 @@
#include "base/location.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
-#include "base/platform_file.h"
#include "chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h"
#include "webkit/browser/fileapi/async_file_util.h"
@@ -119,7 +118,7 @@ class MTPDeviceDelegateImplLinux : public MTPDeviceAsyncDelegate {
// directory file entries.
//
// If |root| is not a directory, |error_callback| is invoked to notify the
- // caller about the platform file error and process the next pending request.
+ // caller about the file error and process the next pending request.
void OnDidGetFileInfoToReadDirectory(
const std::string& root,
const ReadDirectorySuccessCallback& success_callback,
@@ -156,7 +155,7 @@ class MTPDeviceDelegateImplLinux : public MTPDeviceAsyncDelegate {
// Called when WriteDataIntoSnapshotFile() fails.
//
- // |error| specifies the platform file error code.
+ // |error| specifies the file error code.
//
// |current_snapshot_request_info_.error_callback| is invoked to notify the
// caller about |error|.

Powered by Google App Engine
This is Rietveld 408576698