Index: chrome/browser/chrome_process_finder_win.cc |
diff --git a/chrome/browser/chrome_process_finder_win.cc b/chrome/browser/chrome_process_finder_win.cc |
index 695907130af9399c1350e3e91949cb87b2a38f2f..594d2514ff620817d6c466be47aa60ba5033d53e 100644 |
--- a/chrome/browser/chrome_process_finder_win.cc |
+++ b/chrome/browser/chrome_process_finder_win.cc |
@@ -119,7 +119,7 @@ NotifyChromeResult AttemptToNotifyRunningChrome(HWND remote_window, |
// the other chrome must be desktop chrome and this must be a search charm |
// activation. This scenario is unique; other cases should be properly |
// handled by the delegate_execute which will not activate a second chrome. |
- string16 terms; |
+ base::string16 terms; |
base::win::MetroLaunchType launch = base::win::GetMetroLaunchParams(&terms); |
if (launch != base::win::METRO_SEARCH) { |
LOG(WARNING) << "In metro mode, but and launch is " << launch; |