summaryrefslogtreecommitdiffstats
path: root/chrome/common/histogram_synchronizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/histogram_synchronizer.h')
-rw-r--r--chrome/common/histogram_synchronizer.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/common/histogram_synchronizer.h b/chrome/common/histogram_synchronizer.h
index ed866fc..35e965e 100644
--- a/chrome/common/histogram_synchronizer.h
+++ b/chrome/common/histogram_synchronizer.h
@@ -5,23 +5,17 @@
#ifndef CHROME_COMMON_HISTOGRAM_SYNCHRONIZER_H_
#define CHROME_COMMON_HISTOGRAM_SYNCHRONIZER_H_
-#include <list>
-#include <map>
-#include <set>
#include <string>
#include <vector>
#include "base/basictypes.h"
#include "base/condition_variable.h"
#include "base/lock.h"
-#include "base/message_loop.h"
-#include "base/process.h"
#include "base/ref_counted.h"
-#include "base/scoped_ptr.h"
-#include "base/task.h"
#include "base/time.h"
class MessageLoop;
+class Task;
class HistogramSynchronizer : public
base::RefCountedThreadSafe<HistogramSynchronizer> {