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

Unified Diff: chrome/browser/ui/libgtkui/gtk_ui.cc

Issue 2714053003: Fix GCC build for target 'all' (Closed)
Patch Set: #if defined(__GNUC__) Created 3 years, 10 months 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: chrome/browser/ui/libgtkui/gtk_ui.cc
diff --git a/chrome/browser/ui/libgtkui/gtk_ui.cc b/chrome/browser/ui/libgtkui/gtk_ui.cc
index 3423149019994af5d16209e86d65ffba69da8332..9146c02402b83f508daae7c06baf72de89fd5e99 100644
--- a/chrome/browser/ui/libgtkui/gtk_ui.cc
+++ b/chrome/browser/ui/libgtkui/gtk_ui.cc
@@ -710,7 +710,7 @@ std::unique_ptr<views::Border> GtkUi::CreateNativeBorder(
: nullptr);
}
- return gtk_border;
+ return std::move(gtk_border);
}
void GtkUi::AddWindowButtonOrderObserver(
« no previous file with comments | « chrome/browser/subresource_filter/subresource_filter_browsertest.cc ('k') | chrome/browser/ui/test/test_browser_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698