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

Unified Diff: ui/views/widget/desktop_aura/desktop_root_window_host.h

Issue 117983002: Prefix string16 with base:: in ui/. (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
Index: ui/views/widget/desktop_aura/desktop_root_window_host.h
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host.h b/ui/views/widget/desktop_aura/desktop_root_window_host.h
index c66cee9254c2f1376ebb7f185fed04661b069bcf..fed998e4cd457d66805722ee61d4ea1ee4b5c317 100644
--- a/ui/views/widget/desktop_aura/desktop_root_window_host.h
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host.h
@@ -113,7 +113,7 @@ class VIEWS_EXPORT DesktopRootWindowHost {
virtual bool IsAlwaysOnTop() const = 0;
// Returns true if the title changed.
- virtual bool SetWindowTitle(const string16& title) = 0;
+ virtual bool SetWindowTitle(const base::string16& title) = 0;
virtual void ClearNativeFocus() = 0;

Powered by Google App Engine
This is Rietveld 408576698