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

Unified Diff: chromeos/dbus/cros_disks_client.cc

Issue 10825170: chromeos: Add dbus MTPDClient. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « chromeos/dbus/cros_disks_client.h ('k') | chromeos/dbus/dbus_thread_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/cros_disks_client.cc
===================================================================
--- chromeos/dbus/cros_disks_client.cc (revision 150137)
+++ chromeos/dbus/cros_disks_client.cc (working copy)
@@ -4,6 +4,8 @@
#include "chromeos/dbus/cros_disks_client.h"
+#include <map>
+
#include "base/bind.h"
#include "base/stl_util.h"
#include "base/stringprintf.h"
@@ -246,7 +248,7 @@
cros_disks::kMountCompleted,
base::Bind(&CrosDisksClientImpl::OnMountCompleted,
weak_ptr_factory_.GetWeakPtr(),
- mount_completed_handler ),
+ mount_completed_handler),
base::Bind(&CrosDisksClientImpl::OnSignalConnected,
weak_ptr_factory_.GetWeakPtr()));
}
@@ -415,7 +417,7 @@
DISALLOW_COPY_AND_ASSIGN(CrosDisksClientStubImpl);
};
-} // namespace
+} // namespace
////////////////////////////////////////////////////////////////////////////////
// DiskInfo
@@ -435,7 +437,7 @@
DiskInfo::~DiskInfo() {
}
-// Initialize |this| from |response| given by the cros-disks service.
+// Initializes |this| from |response| given by the cros-disks service.
// Below is an example of |response|'s raw message (long string is ellipsized).
//
//
« no previous file with comments | « chromeos/dbus/cros_disks_client.h ('k') | chromeos/dbus/dbus_thread_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698