Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / shell_integration.h
index f9417dc..6aa492c 100644 (file)
@@ -61,7 +61,7 @@ class ShellIntegration {
 
   // Returns the path of the application to be launched given the protocol
   // of the requested url. Returns an empty string on failure.
-  static std::string GetApplicationForProtocol(const GURL& url);
+  static base::string16 GetApplicationForProtocol(const GURL& url);
 
   // On Linux, it may not be possible to determine or set the default browser
   // on some desktop environments or configurations. So, we use this enum and