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

Unified Diff: remoting/host/win/rdp_client_window.cc

Issue 2824773002: Rename ScopedComPtr::get() to ScopedComPtr::Get() (Closed)
Patch Set: Update to 5293966 Created 3 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 | « remoting/host/setup/win/auth_code_getter.cc ('k') | ui/accessibility/platform/ax_platform_node_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/rdp_client_window.cc
diff --git a/remoting/host/win/rdp_client_window.cc b/remoting/host/win/rdp_client_window.cc
index fc49e96b2935e05c645fd76df82a16e481b06c99..bf58ec5a3ae31f67fd150c77578813f82ebd60f6 100644
--- a/remoting/host/win/rdp_client_window.cc
+++ b/remoting/host/win/rdp_client_window.cc
@@ -131,9 +131,9 @@ RdpClientWindow::~RdpClientWindow() {
DestroyWindow();
}
- DCHECK(!client_.get());
- DCHECK(!client_9_.get());
- DCHECK(!client_settings_.get());
+ DCHECK(!client_.Get());
+ DCHECK(!client_9_.Get());
+ DCHECK(!client_settings_.Get());
}
bool RdpClientWindow::Connect(const ScreenResolution& resolution) {
@@ -234,7 +234,7 @@ void RdpClientWindow::ChangeResolution(const ScreenResolution& resolution) {
}
void RdpClientWindow::OnClose() {
- if (!client_.get()) {
+ if (!client_.Get()) {
NotifyDisconnected();
return;
}
« no previous file with comments | « remoting/host/setup/win/auth_code_getter.cc ('k') | ui/accessibility/platform/ax_platform_node_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698