summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweili <weili@chromium.org>2016-08-04 11:57:22 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-04 11:57:22 -0700
commitbeecc34d2b4b295dcefe4a71772983fbccb50eff (patch)
tree128ea83435627821486669a0a455d614cbc2cd19
parent611597203cc5fda87717fcd350b9b5932320e3c0 (diff)
downloadpdfium-beecc34d2b4b295dcefe4a71772983fbccb50eff.tar.xz
Fix a file name typo
Fix a file name to be consistent with its class name and header file name. Review-Url: https://codereview.chromium.org/2215813003
-rw-r--r--BUILD.gn2
-rw-r--r--xfa.gyp2
-rw-r--r--xfa/fwl/theme/cfwl_datetimepickertp.cpp (renamed from xfa/fwl/theme/cfwl_datetimepickedtp.cpp)0
3 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 11b73b3a7a..82850cc5f3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1158,7 +1158,7 @@ if (pdf_enable_xfa) {
"xfa/fwl/theme/cfwl_checkboxtp.h",
"xfa/fwl/theme/cfwl_comboboxtp.cpp",
"xfa/fwl/theme/cfwl_comboboxtp.h",
- "xfa/fwl/theme/cfwl_datetimepickedtp.cpp",
+ "xfa/fwl/theme/cfwl_datetimepickertp.cpp",
"xfa/fwl/theme/cfwl_datetimepickertp.h",
"xfa/fwl/theme/cfwl_edittp.cpp",
"xfa/fwl/theme/cfwl_edittp.h",
diff --git a/xfa.gyp b/xfa.gyp
index 7a79ae5fb7..42013def6d 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -216,7 +216,7 @@
"xfa/fwl/theme/cfwl_checkboxtp.h",
"xfa/fwl/theme/cfwl_comboboxtp.cpp",
"xfa/fwl/theme/cfwl_comboboxtp.h",
- "xfa/fwl/theme/cfwl_datetimepickedtp.cpp",
+ "xfa/fwl/theme/cfwl_datetimepickertp.cpp",
"xfa/fwl/theme/cfwl_datetimepickertp.h",
"xfa/fwl/theme/cfwl_edittp.cpp",
"xfa/fwl/theme/cfwl_edittp.h",
diff --git a/xfa/fwl/theme/cfwl_datetimepickedtp.cpp b/xfa/fwl/theme/cfwl_datetimepickertp.cpp
index a303a4ea1f..a303a4ea1f 100644
--- a/xfa/fwl/theme/cfwl_datetimepickedtp.cpp
+++ b/xfa/fwl/theme/cfwl_datetimepickertp.cpp