| Index: extensions/browser/admin_policy.h
|
| diff --git a/extensions/browser/admin_policy.h b/extensions/browser/admin_policy.h
|
| index ea32ee78d5d199ae01df2b7ef18e3a765318a2f0..6091bf8e78f69aa1f3f14766ddb802230c43c160 100644
|
| --- a/extensions/browser/admin_policy.h
|
| +++ b/extensions/browser/admin_policy.h
|
| @@ -26,15 +26,15 @@ bool UserMayLoad(const base::ListValue* blacklist,
|
| const base::DictionaryValue* forcelist,
|
| const base::ListValue* allowed_types,
|
| const Extension* extension,
|
| - string16* error);
|
| + base::string16* error);
|
|
|
| // Returns false if the extension is required to remain running. In practice
|
| // this enforces the admin policy forcelist.
|
| -bool UserMayModifySettings(const Extension* extension, string16* error);
|
| +bool UserMayModifySettings(const Extension* extension, base::string16* error);
|
|
|
| // Returns false if the extension is required to remain running. In practice
|
| // this enforces the admin policy forcelist.
|
| -bool MustRemainEnabled(const Extension* extension, string16* error);
|
| +bool MustRemainEnabled(const Extension* extension, base::string16* error);
|
|
|
| } // namespace
|
| } // namespace
|
|
|