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

Unified Diff: components/content_settings/core/common/content_settings_types.cc

Issue 410993002: Componentize content_settings_types.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with trunk Created 6 years, 5 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: 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.

Powered by Google App Engine
This is Rietveld 408576698