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

Unified Diff: base/process/process_iterator.h

Issue 614103004: replace 'virtual ... OVERRIDE' with '... override' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: process base/ Created 6 years, 3 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: base/process/process_iterator.h
diff --git a/base/process/process_iterator.h b/base/process/process_iterator.h
index aa2fc4148ad55ff3ce11a3dd338491fca353b85d..6bf9a14c23837a1c58b075a1d0e63ba23232a0ac 100644
--- a/base/process/process_iterator.h
+++ b/base/process/process_iterator.h
@@ -166,7 +166,7 @@ class BASE_EXPORT NamedProcessIterator : public ProcessIterator {
virtual ~NamedProcessIterator();
protected:
- virtual bool IncludeEntry() OVERRIDE;
+ bool IncludeEntry() override;
private:
FilePath::StringType executable_name_;

Powered by Google App Engine
This is Rietveld 408576698