Index: content/browser/frame_host/frame_tree_node.h |
diff --git a/content/browser/frame_host/frame_tree_node.h b/content/browser/frame_host/frame_tree_node.h |
index d678c9a53903e24403b6dbbf84c81ab9a125aa8a..ef4cd2724fbb8c267d85dd933360424a06d2b87c 100644 |
--- a/content/browser/frame_host/frame_tree_node.h |
+++ b/content/browser/frame_host/frame_tree_node.h |
@@ -43,7 +43,7 @@ class CONTENT_EXPORT FrameTreeNode { |
virtual ~Observer() {} |
}; |
- static const int kFrameTreeNodeInvalidID = -1; |
+ static const int kFrameTreeNodeInvalidId = -1; |
// Returns the FrameTreeNode with the given global |frame_tree_node_id|, |
// regardless of which FrameTree it is in. |