diff options
Diffstat (limited to 'views/desktop/desktop_views_delegate.h')
-rw-r--r-- | views/desktop/desktop_views_delegate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/desktop/desktop_views_delegate.h b/views/desktop/desktop_views_delegate.h index 1704a97..0b6e657 100644 --- a/views/desktop/desktop_views_delegate.h +++ b/views/desktop/desktop_views_delegate.h @@ -21,11 +21,11 @@ class DesktopViewsDelegate : public ViewsDelegate { virtual ui::Clipboard* GetClipboard() const OVERRIDE; virtual View* GetDefaultParentView() OVERRIDE; virtual void SaveWindowPlacement(const Widget* widget, - const std::wstring& window_name, + const std::string& window_name, const gfx::Rect& bounds, ui::WindowShowState show_state) OVERRIDE; virtual bool GetSavedWindowPlacement( - const std::wstring& window_name, + const std::string& window_name, gfx::Rect* bounds, ui::WindowShowState* show_state) const OVERRIDE; virtual void NotifyAccessibilityEvent( |