Index: components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h |
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h |
index 7666e4bcc06140da1e811a7c25c2a8a0b8af6401..4758b77c52586b92a0788d6ac50b441047f421bd 100644 |
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h |
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h |
@@ -9,7 +9,6 @@ |
#include <string> |
#include "base/basictypes.h" |
-#include "base/gtest_prod_util.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/threading/thread_checker.h" |
#include "components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate.h" |
@@ -31,7 +30,7 @@ class DataReductionProxyEventStore |
static void AddConstants(base::DictionaryValue* constants_dict); |
// Constructs a DataReductionProxyEventStore object |
- explicit DataReductionProxyEventStore(); |
+ DataReductionProxyEventStore(); |
virtual ~DataReductionProxyEventStore(); |