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

Unified Diff: content/browser/histogram_synchronizer.h

Issue 11340029: Move remaining files in content\browser to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
Index: content/browser/histogram_synchronizer.h
===================================================================
--- content/browser/histogram_synchronizer.h (revision 164795)
+++ content/browser/histogram_synchronizer.h (working copy)
@@ -49,7 +49,7 @@
// outstanding sequence number, the pickled data is accepted into the browser,
// but there is no impact on the counters.
-class HistogramSynchronizer : public content::HistogramSubscriber {
+class HistogramSynchronizer : public HistogramSubscriber {
public:
enum ProcessHistogramRequester {
UNKNOWN,

Powered by Google App Engine
This is Rietveld 408576698