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

Unified Diff: chrome_frame/metrics_service.h

Issue 5986012: Move thread local stuff from base to base/threading and consistently use the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years 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_reporting/crash_metrics.h ('k') | chrome_frame/urlmon_moniker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/metrics_service.h
===================================================================
--- chrome_frame/metrics_service.h (revision 70317)
+++ chrome_frame/metrics_service.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_METRICS_METRICS_SERVICE_H_
-#define CHROME_FRAME_METRICS_METRICS_SERVICE_H_
+#ifndef CHROME_FRAME_METRICS_SERVICE_H_
+#define CHROME_FRAME_METRICS_SERVICE_H_
#include <map>
#include <string>
@@ -17,7 +17,7 @@
#include "base/metrics/histogram.h"
#include "base/platform_thread.h"
#include "base/scoped_ptr.h"
-#include "base/thread_local.h"
+#include "base/threading/thread_local.h"
#include "chrome/common/metrics_helpers.h"
// TODO(ananta)
@@ -153,4 +153,4 @@
DISALLOW_COPY_AND_ASSIGN(MetricsService);
};
-#endif // CHROME_FRAME_METRICS_METRICS_SERVICE_H_
+#endif // CHROME_FRAME_METRICS_SERVICE_H_
« no previous file with comments | « chrome_frame/crash_reporting/crash_metrics.h ('k') | chrome_frame/urlmon_moniker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698