From 7562365f646a66f4298f50c54a14b40219b24b01 Mon Sep 17 00:00:00 2001 From: Greg Tatum Date: Wed, 1 Dec 2021 17:41:37 +0000 Subject: [PATCH] Bug 1715892 - Naively rename intl/locale/DateTimeFormat to AppDateTimeFormat; r=platform-i18n-reviewers,dminor This will not build, but will provide a better diff for the changes. Differential Revision: https://phabricator.services.mozilla.com/D131670 --- intl/locale/{DateTimeFormat.cpp => AppDateTimeFormat.cpp} | 0 intl/locale/{DateTimeFormat.h => AppDateTimeFormat.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename intl/locale/{DateTimeFormat.cpp => AppDateTimeFormat.cpp} (100%) rename intl/locale/{DateTimeFormat.h => AppDateTimeFormat.h} (100%) diff --git a/intl/locale/DateTimeFormat.cpp b/intl/locale/AppDateTimeFormat.cpp similarity index 100% rename from intl/locale/DateTimeFormat.cpp rename to intl/locale/AppDateTimeFormat.cpp diff --git a/intl/locale/DateTimeFormat.h b/intl/locale/AppDateTimeFormat.h similarity index 100% rename from intl/locale/DateTimeFormat.h rename to intl/locale/AppDateTimeFormat.h