| Index: chrome/common/content_settings_helper.h
|
| ===================================================================
|
| --- chrome/common/content_settings_helper.h (revision 70272)
|
| +++ chrome/common/content_settings_helper.h (working copy)
|
| @@ -8,6 +8,8 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/string16.h"
|
| +
|
| class GURL;
|
|
|
| namespace content_settings_helper {
|
| @@ -15,7 +17,7 @@
|
| // Return simplified string representing origin. If origin is using http or
|
| // the standard port, those parts are not included in the output.
|
| std::string OriginToString(const GURL& origin);
|
| -std::wstring OriginToWString(const GURL& origin);
|
| +string16 OriginToString16(const GURL& origin);
|
|
|
| } // namespace content_settings_helper
|
|
|
|
|