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

Unified Diff: win8/metro_driver/chrome_url_launch_handler.h

Issue 119733002: Add base:: to string16s in win8/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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 | « win8/metro_driver/chrome_app_view_ash.cc ('k') | win8/metro_driver/chrome_url_launch_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/chrome_url_launch_handler.h
diff --git a/win8/metro_driver/chrome_url_launch_handler.h b/win8/metro_driver/chrome_url_launch_handler.h
index d8c7ed01b7b20f2fdeaaed72bdd61156b24e5baf..093b57b932b09fd086d9378612480782c9d9b338 100644
--- a/win8/metro_driver/chrome_url_launch_handler.h
+++ b/win8/metro_driver/chrome_url_launch_handler.h
@@ -37,7 +37,7 @@ class ChromeUrlLaunchHandler {
winapp::Search::ISearchPane* search_pane,
winapp::Search::ISearchPaneQuerySubmittedEventArgs* args);
- string16 GetUrlFromLaunchArgs(const string16& launch_args);
+ base::string16 GetUrlFromLaunchArgs(const base::string16& launch_args);
// Invoked when a url is navigated from a metro app or in the metro
// shelf.
« no previous file with comments | « win8/metro_driver/chrome_app_view_ash.cc ('k') | win8/metro_driver/chrome_url_launch_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698