Index: chrome/common/notification_type.h |
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h |
index d7e6cbaff99d5804bf3c8e2f020e7e5118dd2e05..47f8beeca8d7fe21cbc92fa52b197d1be9d2c36f 100644 |
--- a/chrome/common/notification_type.h |
+++ b/chrome/common/notification_type.h |
@@ -117,12 +117,12 @@ class NotificationType { |
// The DOM for a frame was fully constructed, but referenced resources |
// might not be fully loaded yet. The source is a |
// Source<NavigationController> corresponding to the tab in which the load |
- // occurred. Details are the long long frame ID. |
+ // occurred. Details are the int64 frame ID. |
FRAME_DOM_CONTENT_LOADED, |
// The frame finished loading. The source is a Source<NavigationController> |
// corresponding to the tab in which the load occurred. Details are the |
- // long long frame ID. |
+ // int64 frame ID. |
FRAME_DID_FINISH_LOAD, |
// Content was loaded from an in-memory cache. The source will be a |