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

Unified Diff: chrome/views/window/dialog_client_view.h

Issue 93067: Make task_manager_resource_providers.cc compile on POSIX. (Closed)
Patch Set: separate OpenPrivilegedProcessHandle Created 11 years, 8 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
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/window/dialog_client_view.h
diff --git a/chrome/views/window/dialog_client_view.h b/chrome/views/window/dialog_client_view.h
index fadabb6ef570a4004d50cbbbd413c3d47dea2cf8..0e311bb238cb6a8dc3490eb587253230bdce58f8 100644
--- a/chrome/views/window/dialog_client_view.h
+++ b/chrome/views/window/dialog_client_view.h
@@ -78,7 +78,7 @@ class DialogClientView : public ClientView,
// Returns the width of the specified dialog button using the correct font.
int GetButtonWidth(int button) const;
- int DialogClientView::GetButtonsHeight() const;
+ int GetButtonsHeight() const;
// Position and size various sub-views.
void LayoutDialogButtons();
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698