Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9648)

Unified Diff: chrome_frame/crash_reporting/crash_metrics.h

Issue 2776010: Move the crash metrics to the crash reproting lib to avoid a back dependency ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/crash_metrics.cc ('k') | chrome_frame/crash_reporting/crash_metrics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/crash_reporting/crash_metrics.h
===================================================================
--- chrome_frame/crash_reporting/crash_metrics.h (revision 49520)
+++ chrome_frame/crash_reporting/crash_metrics.h (working copy)
@@ -5,8 +5,8 @@
// This file defines a service that collects information about the user
// experience in order to help improve future versions of the app.
-#ifndef CHROME_FRAME_CRASH_METRICS_H_
-#define CHROME_FRAME_CRASH_METRICS_H_
+#ifndef CHROME_FRAME_CRASH_REPORTING_CRASH_METRICS_H_
+#define CHROME_FRAME_CRASH_REPORTING_CRASH_METRICS_H_
#include "base/basictypes.h"
#include "base/lazy_instance.h"
@@ -61,5 +61,5 @@
DISALLOW_COPY_AND_ASSIGN(CrashMetricsReporter);
};
-#endif // CHROME_FRAME_CRASH_METRICS_H_
+#endif // CHROME_FRAME_CRASH_REPORTING_CRASH_METRICS_H_
« no previous file with comments | « chrome_frame/crash_metrics.cc ('k') | chrome_frame/crash_reporting/crash_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698