| Index: remoting/remoting_host_win.gypi
|
| diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi
|
| index a3f0777262406aa66924240f3f673acb070e6d97..d91505a56436011b18fcccc3a8f115063cb1e9b0 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'],
|
| },
|
|
|