From 394f78049ed01dfb797bc6ae8d20ff423bf36e7c Mon Sep 17 00:00:00 2001 From: Reedy Date: Sun, 21 Jan 2018 04:40:34 +0000 Subject: [PATCH] Update RunningStat use statement Bug: T182273 Change-Id: If9e946e767ca8f4c1af9b1a4855bbbffb98deff5 --- includes/libs/XhprofData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/libs/XhprofData.php b/includes/libs/XhprofData.php index 0be4ff6ad8..8762446a03 100644 --- a/includes/libs/XhprofData.php +++ b/includes/libs/XhprofData.php @@ -18,7 +18,7 @@ * @file */ -use RunningStat\RunningStat; +use Wikimedia\RunningStat; /** * Convenience class for working with XHProf profiling data -- 2.20.1