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

Unified Diff: base/process_util.h

Issue 8520018: Add OVERRIDE to base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: extra header Created 9 years, 1 month 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 | « base/metrics/stats_counters.h ('k') | base/synchronization/waitable_event_watcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_util.h
diff --git a/base/process_util.h b/base/process_util.h
index fe2ad81d6d1e2bcf8f811066c7052402aa3c71c0..f087834369319587111c1d7fb3be85aa3a120dc9 100644
--- a/base/process_util.h
+++ b/base/process_util.h
@@ -553,7 +553,7 @@ class BASE_EXPORT NamedProcessIterator : public ProcessIterator {
virtual ~NamedProcessIterator();
protected:
- virtual bool IncludeEntry();
+ virtual bool IncludeEntry() OVERRIDE;
private:
FilePath::StringType executable_name_;
« no previous file with comments | « base/metrics/stats_counters.h ('k') | base/synchronization/waitable_event_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698