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

Unified Diff: chromeos/dbus/pipe_reader.h

Issue 628883002: replace OVERRIDE and FINAL with override and final in chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/permission_broker_client.cc ('k') | chromeos/dbus/power_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/pipe_reader.h
diff --git a/chromeos/dbus/pipe_reader.h b/chromeos/dbus/pipe_reader.h
index 41dcb5e3acde705d5e62468d20dbc7a1864ac07c..851eda6c10b6638dce1efb643304122782fa218c 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;
+ virtual void AcceptData(const char *data, int length) override;
// Destructively returns collected data, by swapping |data_| with |data|.
void GetData(std::string* data);
« no previous file with comments | « chromeos/dbus/permission_broker_client.cc ('k') | chromeos/dbus/power_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698