Chromium Code Reviews| Index: chrome_frame/chrome_tab.cc |
| =================================================================== |
| --- chrome_frame/chrome_tab.cc (revision 105823) |
| +++ chrome_frame/chrome_tab.cc (working copy) |
| @@ -4,8 +4,8 @@ |
| // chrome_tab.cc : Implementation of DLL Exports. |
| -// Include without path to make GYP build see it. |
| -#include "chrome_tab.h" // NOLINT |
| +// Need to include this before the ATL headers below. |
| +#include "chrome_frame/chrome_tab.h" |
|
grt (UTC plus 2)
2011/10/18 15:56:24
should this still have // NOLINT since it appears
robertshield
2011/10/18 17:31:10
It would appear not.
|
| #include <atlsecurity.h> |
| #include <objbase.h> |