summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/pipe_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/pipe_reader.h')
-rw-r--r--chromeos/dbus/pipe_reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/pipe_reader.h b/chromeos/dbus/pipe_reader.h
index 851eda6..ad52549 100644
--- a/chromeos/dbus/pipe_reader.h
+++ b/chromeos/dbus/pipe_reader.h
@@ -74,7 +74,7 @@ class PipeReaderForString : public PipeReader {
PipeReaderForString(const scoped_refptr<base::TaskRunner>& task_runner,
const IOCompleteCallback& callback);
- virtual void AcceptData(const char *data, int length) override;
+ void AcceptData(const char* data, int length) override;
// Destructively returns collected data, by swapping |data_| with |data|.
void GetData(std::string* data);