Index: components/content_settings/core/common/content_settings_types.cc |
diff --git a/components/content_settings/core/common/content_settings_types.cc b/components/content_settings/core/common/content_settings_types.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b682f7f4487bb3592035c570126b88ac5a6d5a6c |
--- /dev/null |
+++ b/components/content_settings/core/common/content_settings_types.cc |
@@ -0,0 +1,8 @@ |
+// Copyright (c) 2014 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/content_settings/core/common/content_settings_types.h" |
+ |
+// This is an empty file to make the Windows compilation work. Thus it can |
vabr (Chromium)
2014/07/24 09:47:25
Maybe put a TODO in here, saying that once there i
vasilii
2014/07/24 10:52:25
Done.
|
+// create content_settings_core_common.lib and use it. |