summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Analytics.h
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2020-09-15 03:13:10 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2021-01-27 14:29:47 -0800
commit07fd02f207fc4d5abb891fcfd40ba2e3f6f13baa (patch)
tree8175915ef43d9c5c9f92f5057ccf15a6401594e0 /Source/Core/Common/Analytics.h
parent96e3360f054c40c76a1e94162162e4ab22b60051 (diff)
rename Core/Analytics to Core/DolphinAnalytics
Diffstat (limited to 'Source/Core/Common/Analytics.h')
-rw-r--r--Source/Core/Common/Analytics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Analytics.h b/Source/Core/Common/Analytics.h
index b5d961d1d5..a49b6514f0 100644
--- a/Source/Core/Common/Analytics.h
+++ b/Source/Core/Common/Analytics.h
@@ -43,7 +43,7 @@
namespace Common
{
// Generic interface for an analytics reporting backends. The main
-// implementation used in Dolphin can be found in Core/Analytics.h.
+// implementation used in Dolphin can be found in Core/DolphinAnalytics.h.
class AnalyticsReportingBackend
{
public: