Index: remoting/host/remoting_me2me_host.cc |
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc |
index d5cd22284642e2efed8a1ecaf1e916cc557b68f7..adb79f9855ae7623879e30c543b7df3ebe13bca7 100644 |
--- a/remoting/host/remoting_me2me_host.cc |
+++ b/remoting/host/remoting_me2me_host.cc |
@@ -42,7 +42,7 @@ |
#include "remoting/jingle_glue/xmpp_signal_strategy.h" |
#include "remoting/protocol/me2me_host_authenticator_factory.h" |
-#if defined(TOOLKIT_USES_GTK) |
+#if defined(TOOLKIT_GTK) |
#include "ui/gfx/gtk_util.h" |
#endif |
@@ -358,12 +358,12 @@ int main(int argc, char** argv) { |
const CommandLine* cmd_line = CommandLine::ForCurrentProcess(); |
-#if defined(TOOLKIT_USES_GTK) |
+#if defined(TOOLKIT_GTK) |
// Required for any calls into GTK functions, such as the Disconnect and |
// Continue windows, though these should not be used for the Me2Me case |
// (crbug.com/104377). |
gfx::GtkInitFromCommandLine(*cmd_line); |
-#endif // TOOLKIT_USES_GTK |
+#endif // TOOLKIT_GTK |
remoting::HostProcess me2me_host; |
me2me_host.InitWithCommandLine(cmd_line); |