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

Unified Diff: app/table_model_observer.h

Issue 179028: Revert "Fix a ton of compiler warnings." (Closed)
Patch Set: Created 11 years, 4 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 | « app/table_model.h ('k') | app/tree_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/table_model_observer.h
diff --git a/app/table_model_observer.h b/app/table_model_observer.h
index 087ce2894dd874d98e1cb8c16d03f75582d3ff19..fcd50f4d8e70eea04ff65df471e68f79f64f0593 100644
--- a/app/table_model_observer.h
+++ b/app/table_model_observer.h
@@ -20,9 +20,6 @@ class TableModelObserver {
// Invoked when a range of items has been removed.
virtual void OnItemsRemoved(int start, int length) = 0;
-
- protected:
- ~TableModelObserver() {}
};
#endif // APP_TABLE_MODEL_OBSERVER_H_
« no previous file with comments | « app/table_model.h ('k') | app/tree_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698