Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / gtk / status_icons / status_tray_gtk.cc
index a86f48f..3d4e425 100644 (file)
@@ -12,9 +12,10 @@ StatusTrayGtk::StatusTrayGtk() {
 StatusTrayGtk::~StatusTrayGtk() {
 }
 
-StatusIcon* StatusTrayGtk::CreatePlatformStatusIcon(StatusIconType type,
-                                                    const gfx::ImageSkia& image,
-                                                    const string16& tool_tip) {
+StatusIcon* StatusTrayGtk::CreatePlatformStatusIcon(
+    StatusIconType type,
+    const gfx::ImageSkia& image,
+    const base::string16& tool_tip) {
   StatusIcon* icon = new StatusIconGtk();
   icon->SetImage(image);
   icon->SetToolTip(tool_tip);