From: Reedy Date: Sun, 21 Jan 2018 04:40:34 +0000 (+0000) Subject: Update RunningStat use statement X-Git-Tag: 1.31.0-rc.0~847 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=394f78049ed01dfb797bc6ae8d20ff423bf36e7c;ds=sidebyside Update RunningStat use statement Bug: T182273 Change-Id: If9e946e767ca8f4c1af9b1a4855bbbffb98deff5 --- 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