Index: chrome/browser/extensions/api/web_navigation/frame_navigation_state.h |
diff --git a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.h b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.h |
index 7c652dc6949b32d66c6f722f484af58f34a3e7de..4929019412798fc096a669cd332eb5e3ca81f760 100644 |
--- a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.h |
+++ b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.h |
@@ -24,7 +24,6 @@ class FrameNavigationState { |
struct FrameID { |
FrameID(); |
FrameID(int64 frame_num, int render_process_id); |
- ~FrameID(); |
bool operator<(const FrameID& other) const; |
bool operator==(const FrameID& other) const; |