Index: chrome/browser/extensions/api/web_navigation/frame_navigation_state.h |
=================================================================== |
--- chrome/browser/extensions/api/web_navigation/frame_navigation_state.h (revision 148083) |
+++ chrome/browser/extensions/api/web_navigation/frame_navigation_state.h (working copy) |
@@ -24,6 +24,7 @@ |
struct FrameID { |
FrameID(); |
FrameID(int64 frame_num, int render_process_id); |
+ ~FrameID(); |
bool operator<(const FrameID& other) const; |
bool operator==(const FrameID& other) const; |