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

Unified Diff: chrome/browser/autocomplete/extension_app_provider.h

Issue 105193002: Replace string16 with base::string16. (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
Index: chrome/browser/autocomplete/extension_app_provider.h
diff --git a/chrome/browser/autocomplete/extension_app_provider.h b/chrome/browser/autocomplete/extension_app_provider.h
index 8202b4abe0f3d691a588f9fc5c56b25295d33e8d..5dbcc2638bb9259664955149f35bbe8642d5b234 100644
--- a/chrome/browser/autocomplete/extension_app_provider.h
+++ b/chrome/browser/autocomplete/extension_app_provider.h
@@ -46,10 +46,10 @@ class ExtensionAppProvider : public AutocompleteProvider,
// eligible apps.
struct ExtensionApp {
// App's name.
- string16 name;
+ base::string16 name;
// App's launch URL (for platform apps, which don't have a launch URL, this
// just points to the app's origin).
- string16 launch_url;
+ base::string16 launch_url;
// If false, then the launch_url will not be considered for matching,
// not shown next to the match, and not displayed as the editable text if
// the user selects the match with the arrow keys.

Powered by Google App Engine
This is Rietveld 408576698