Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(840)

Unified Diff: chrome/browser/tab_contents/provisional_load_details.cc

Issue 4997001: C++ readability change for jochen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/extensions
Patch Set: more long long to int64 Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/tab_contents/provisional_load_details.h ('k') | chrome/browser/tab_contents/tab_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/provisional_load_details.cc
diff --git a/chrome/browser/tab_contents/provisional_load_details.cc b/chrome/browser/tab_contents/provisional_load_details.cc
index dedf3e8e7dae34452fe6c44598e9556114d5245f..ab55b8e4c7a2d33eb5152128d443cd72c230816f 100644
--- a/chrome/browser/tab_contents/provisional_load_details.cc
+++ b/chrome/browser/tab_contents/provisional_load_details.cc
@@ -12,7 +12,7 @@ ProvisionalLoadDetails::ProvisionalLoadDetails(bool is_main_frame,
const GURL& url,
const std::string& security_info,
bool is_content_filtered,
- long long frame_id)
+ int64 frame_id)
: error_code_(net::OK),
transition_type_(PageTransition::LINK),
url_(url),
« no previous file with comments | « chrome/browser/tab_contents/provisional_load_details.h ('k') | chrome/browser/tab_contents/tab_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698