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

Unified Diff: chrome/browser/content_settings/content_settings_base.h

Issue 6927028: TODO (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_content_settings_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/content_settings/content_settings_base.h
diff --git a/chrome/browser/content_settings/content_settings_base.h b/chrome/browser/content_settings/content_settings_base.h
new file mode 100644
index 0000000000000000000000000000000000000000..05d01fdfd328f9be39cdd06c479ba8212b6e019c
--- /dev/null
+++ b/chrome/browser/content_settings/content_settings_base.h
@@ -0,0 +1,16 @@
+// Copyright (c) 2011 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.
+
+#ifndef CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_BASE_H_
+#define CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_BASE_H_
+
+#include <string>
+
+namespace content_settings {
+
+typedef std::string ResourceIdentifier;
+
+} // content_settings
+
+#endif // CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_BASE_H_
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_content_settings_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698