diff options
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting_host_win.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi index a3f0777..d91505a 100644 --- a/remoting/remoting_host_win.gypi +++ b/remoting/remoting_host_win.gypi @@ -252,9 +252,9 @@ }, 'conditions': [ ['clang==1', { - # atlbase.h contains a global "using namespace WTL;". + # atlapp.h contains a global "using namespace WTL;". # TODO: Remove once remoting/host/verify_config_window_win.h no - # longer depends on atlbase.h, http://crbug.com/5027 + # longer depends on atlapp.h, http://crbug.com/5027 'VCCLCompilerTool': { 'AdditionalOptions': ['-Wno-header-hygiene'], }, |