Index: components/previews/previews_opt_out_store.cc |
diff --git a/components/previews/previews_opt_out_store.cc b/components/previews/previews_opt_out_store.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d8a464bb385840618db68adc6e7486f7131af6dc |
--- /dev/null |
+++ b/components/previews/previews_opt_out_store.cc |
@@ -0,0 +1,13 @@ |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "components/previews/previews_opt_out_store.h" |
+ |
+namespace previews { |
+ |
+PreviewsOptOutStore::PreviewsOptOutStore() {} |
+ |
+PreviewsOptOutStore::~PreviewsOptOutStore() {} |
+ |
+} // namespace previews |