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

Unified Diff: third_party/WebKit/public/platform/Platform.h

Issue 1548993002: Switch to standard integer types in base/strings/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
Index: third_party/WebKit/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index 95cfc0285be6be9238c50dba05bbd7d8322650a1..b92cc9f169a07136ed28785165f0c22cec50f0a6 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -320,7 +320,7 @@ public:
virtual WebString userAgent() { return WebString(); }
// A suggestion to cache this metadata in association with this URL.
- virtual void cacheMetadata(const WebURL&, int64 responseTime, const char* data, size_t dataSize) { }
+ virtual void cacheMetadata(const WebURL&, int64_t responseTime, const char* data, size_t dataSize) { }
// Returns the decoded data url if url had a supported mimetype and parsing was successful.
virtual WebData parseDataURL(const WebURL&, WebString& mimetype, WebString& charset) { return WebData(); }
« no previous file with comments | « third_party/WebKit/Source/web/ChromeClientImpl.cpp ('k') | third_party/WebKit/public/platform/WebExternalBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698