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

Unified Diff: win8/test/open_with_dialog_async.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/test/metro_registration_helper.cc ('k') | win8/test/open_with_dialog_async.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/test/open_with_dialog_async.h
diff --git a/win8/test/open_with_dialog_async.h b/win8/test/open_with_dialog_async.h
index 9f926454b0fa0089d6ac2e55a59d716cdfe6227f..62ddbed01ce1044b8aa538af7c5849eaf5a06967 100644
--- a/win8/test/open_with_dialog_async.h
+++ b/win8/test/open_with_dialog_async.h
@@ -25,8 +25,8 @@ typedef base::Callback<void(HRESULT)> OpenWithDialogCallback;
// the dedicated thread will be leaked if the calling thread's message loop goes
// away before the interaction completes.
void OpenWithDialogAsync(HWND parent_window,
- const string16& file_name,
- const string16& file_type_class,
+ const base::string16& file_name,
+ const base::string16& file_type_class,
int open_as_info_flags,
const OpenWithDialogCallback& callback);
« no previous file with comments | « win8/test/metro_registration_helper.cc ('k') | win8/test/open_with_dialog_async.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698