summaryrefslogtreecommitdiffstats
path: root/remoting/host/setup
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2015-07-07 11:02:28 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-07 18:02:56 +0000
commit031b524918e1e4e7e5467354bc13219d1ba19980 (patch)
treeedb6c13327ec80400e946e487da8bfc8bf76991b /remoting/host/setup
parent7e2427f4efab6658126e90d163b2d1e9fc5f2f54 (diff)
downloadchromium_src-031b524918e1e4e7e5467354bc13219d1ba19980.zip
chromium_src-031b524918e1e4e7e5467354bc13219d1ba19980.tar.gz
chromium_src-031b524918e1e4e7e5467354bc13219d1ba19980.tar.bz2
Fix "extra qualification on member [-Wmicrosoft]" warnings.
No behavior change. BUG=505296 Review URL: https://codereview.chromium.org/1226653002 Cr-Commit-Position: refs/heads/master@{#337640}
Diffstat (limited to 'remoting/host/setup')
-rw-r--r--remoting/host/setup/me2me_native_messaging_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/setup/me2me_native_messaging_host.h b/remoting/host/setup/me2me_native_messaging_host.h
index cdbcb6c..8686c15 100644
--- a/remoting/host/setup/me2me_native_messaging_host.h
+++ b/remoting/host/setup/me2me_native_messaging_host.h
@@ -145,7 +145,7 @@ class Me2MeNativeMessagingHost
// Create and connect to an elevated host process if necessary.
// |elevated_channel_| will contain the native messaging channel to the
// elevated host if the function succeeds.
- void Me2MeNativeMessagingHost::EnsureElevatedHostCreated();
+ void EnsureElevatedHostCreated();
// Disconnect and shut down the elevated host.
void DisconnectElevatedHost();