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

Unified Diff: fpdfsdk/include/cpdfsdk_environment.h

Issue 2343693002: Replace FX_UINT with unsigned int (Closed)
Patch Set: Remove include Created 4 years, 3 months 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: fpdfsdk/include/cpdfsdk_environment.h
diff --git a/fpdfsdk/include/cpdfsdk_environment.h b/fpdfsdk/include/cpdfsdk_environment.h
index fe63ecad1389e991fa6f93256902bdf1be25b7fe..db3d6e745288de330459ce4bf8014f65a81b2136 100644
--- a/fpdfsdk/include/cpdfsdk_environment.h
+++ b/fpdfsdk/include/cpdfsdk_environment.h
@@ -359,8 +359,8 @@ class CPDFSDK_Environment final {
int JS_appAlert(const FX_WCHAR* Msg,
const FX_WCHAR* Title,
- FX_UINT Type,
- FX_UINT Icon);
+ unsigned int Type,
+ unsigned int Icon);
int JS_appResponse(const FX_WCHAR* Question,
const FX_WCHAR* Title,
const FX_WCHAR* Default,

Powered by Google App Engine
This is Rietveld 408576698