| 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_
|
|
|