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

Unified Diff: base/values_util.h

Issue 5574006: Start deinlining non-empty virtual methods. (This will be automatically checked (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove virtual from VideoFrame::type() Created 10 years 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/histogram.cc ('k') | base/values_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/values_util.h
diff --git a/base/values_util.h b/base/values_util.h
index 57b35c183dc09cd9cf809d052fb09530dd8a1f1a..1626bb57e70eb6823316eeaf33c97d2228131eba 100644
--- a/base/values_util.h
+++ b/base/values_util.h
@@ -15,9 +15,7 @@ class RefCountedList : public base::RefCountedThreadSafe<RefCountedList> {
explicit RefCountedList(ListValue* list);
virtual ~RefCountedList();
- virtual ListValue* Get() {
- return list_;
- }
+ virtual ListValue* Get();
private:
ListValue* list_;
« no previous file with comments | « base/metrics/histogram.cc ('k') | base/values_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698