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

Unified Diff: win8/metro_driver/winrt_utils.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/toast_notification_handler.cc ('k') | win8/metro_driver/winrt_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/winrt_utils.h
diff --git a/win8/metro_driver/winrt_utils.h b/win8/metro_driver/winrt_utils.h
index 3016c852e88a3b54a98852de1177868c6b63f149..e3a777f9bc9cc3a2ff9a95e029c5a150c7bf8045 100644
--- a/win8/metro_driver/winrt_utils.h
+++ b/win8/metro_driver/winrt_utils.h
@@ -14,9 +14,9 @@
void CheckHR(HRESULT hr, const char* str = nullptr);
-HSTRING MakeHString(const string16& str);
+HSTRING MakeHString(const base::string16& str);
-string16 MakeStdWString(HSTRING hstring);
+base::string16 MakeStdWString(HSTRING hstring);
namespace winrt_utils {
@@ -53,7 +53,7 @@ HRESULT CompareProperties(
// shortcut's command line. This is intended for scenarios where those shortcut
// parameters are ordinarily ignored (i.e. metro apps on win8). Returns an
// empty string on failure.
-string16 ReadArgumentsFromPinnedTaskbarShortcut();
+base::string16 ReadArgumentsFromPinnedTaskbarShortcut();
} // namespace winrt_utils
« no previous file with comments | « win8/metro_driver/toast_notification_handler.cc ('k') | win8/metro_driver/winrt_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698