Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1927)

Unified Diff: chrome/browser/extensions/suspicious_extension_bubble_controller.cc

Issue 108813011: Add base:: namespace to string16 in chrome/browser/extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « chrome/browser/extensions/suspicious_extension_bubble_controller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/suspicious_extension_bubble_controller.cc
diff --git a/chrome/browser/extensions/suspicious_extension_bubble_controller.cc b/chrome/browser/extensions/suspicious_extension_bubble_controller.cc
index 50636ea952e2af594fa9c47bcd47b7f7047531b0..560e4a41cf59cfdbc263f53f750e82d03246a68e 100644
--- a/chrome/browser/extensions/suspicious_extension_bubble_controller.cc
+++ b/chrome/browser/extensions/suspicious_extension_bubble_controller.cc
@@ -122,7 +122,7 @@ GURL SuspiciousExtensionBubbleController::GetLearnMoreUrl() const {
base::string16
SuspiciousExtensionBubbleController::GetActionButtonLabel() const {
- return string16();
+ return base::string16();
}
base::string16
@@ -135,7 +135,7 @@ SuspiciousExtensionBubbleController::ShouldShowExtensionList() const {
return true;
}
-std::vector<string16>
+std::vector<base::string16>
SuspiciousExtensionBubbleController::GetExtensions() {
return GetExtensionList();
}
« no previous file with comments | « chrome/browser/extensions/suspicious_extension_bubble_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698