summaryrefslogtreecommitdiffstats
path: root/chrome_frame/metrics_service.cc
diff options
context:
space:
mode:
authormad@google.com <mad@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-12 17:24:41 +0000
committermad@google.com <mad@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-12 17:24:41 +0000
commit9607f6a8933093f55aeb63580efba974597b7e40 (patch)
treeb27d7723a09ce7bf54688d2095ce534a71de46c4 /chrome_frame/metrics_service.cc
parentd8d4a0ad53db7621b45b38cbc73be7521b8d81d2 (diff)
downloadchromium_src-9607f6a8933093f55aeb63580efba974597b7e40.zip
chromium_src-9607f6a8933093f55aeb63580efba974597b7e40.tar.gz
chromium_src-9607f6a8933093f55aeb63580efba974597b7e40.tar.bz2
Move the crash metrics to the crash reproting lib to avoid a back dependency on Chrome Frame.
BUG=0 TEST=none Review URL: http://codereview.chromium.org/2776010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/metrics_service.cc')
-rw-r--r--chrome_frame/metrics_service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/metrics_service.cc b/chrome_frame/metrics_service.cc
index 57fdf6e..85bb0b3 100644
--- a/chrome_frame/metrics_service.cc
+++ b/chrome_frame/metrics_service.cc
@@ -58,7 +58,7 @@
#include "chrome/installer/util/chrome_frame_distribution.h"
#include "chrome/installer/util/google_update_settings.h"
#include "chrome_frame/bind_status_callback_impl.h"
-#include "chrome_frame/crash_metrics.h"
+#include "chrome_frame/crash_reporting/crash_metrics.h"
#include "chrome_frame/utils.h"
#include "net/base/upload_data.h"
#include "chrome_frame/urlmon_bind_status_callback.h"