Index: chrome/common/x11_util.h |
diff --git a/chrome/common/x11_util.h b/chrome/common/x11_util.h |
index abe9f32e4630939ab6fb1e19c9130e06e16f27ce..09b1c2b446681c1bbec3e80da4785b55548f15cd 100644 |
--- a/chrome/common/x11_util.h |
+++ b/chrome/common/x11_util.h |
@@ -74,9 +74,6 @@ class EnumerateWindowsDelegate { |
// |xid| is the X Window ID of the enumerated window. Return true to stop |
// further iteration. |
virtual bool ShouldStopIterating(XID xid) = 0; |
- |
- protected: |
- ~EnumerateWindowsDelegate() {} |
}; |
// Enumerates all windows in the current display. Will recurse into child |