Chromium Code Reviews| Index: chrome/installer/setup/install_worker.cc |
| =================================================================== |
| --- chrome/installer/setup/install_worker.cc (revision 105823) |
| +++ chrome/installer/setup/install_worker.cc (working copy) |
| @@ -35,9 +35,8 @@ |
| #include "chrome/installer/util/shell_util.h" |
| #include "chrome/installer/util/util_constants.h" |
| #include "chrome/installer/util/work_item_list.h" |
| +#include "chrome_frame/chrome_tab.h" |
|
grt (UTC plus 2)
2011/10/18 15:56:24
looks like you'll need to add "+chrome_frame" to c
robertshield
2011/10/18 17:31:10
Yeah, doing the right thing is rarely easier :-)
|
| -#include "chrome_tab.h" // NOLINT |
| - |
| using base::win::RegKey; |
| namespace installer { |