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

Unified Diff: extensions/browser/admin_policy.h

Issue 107803004: Add base:: to string16 in extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove a using Created 7 years 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 | extensions/browser/admin_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | extensions/browser/admin_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698