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

Unified Diff: base/metrics/histogram.h

Issue 6714032: Move some files in base to base/memory. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: only base Created 9 years, 9 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: base/metrics/histogram.h
diff --git a/base/metrics/histogram.h b/base/metrics/histogram.h
index ebe174cc3f8383a3b3fdd03cf38a994c2c3fafc7..5ef8c1bf352383c0631c924e9037e870221c7f8f 100644
--- a/base/metrics/histogram.h
+++ b/base/metrics/histogram.h
@@ -37,8 +37,8 @@
#include <vector>
#include "base/gtest_prod_util.h"
-#include "base/ref_counted.h"
#include "base/logging.h"
+#include "base/memory/ref_counted.h"
#include "base/time.h"
class Pickle;

Powered by Google App Engine
This is Rietveld 408576698