| Index: chrome_frame/test/chrome_frame_test_utils.h
|
| ===================================================================
|
| --- chrome_frame/test/chrome_frame_test_utils.h (revision 105822)
|
| +++ chrome_frame/test/chrome_frame_test_utils.h (working copy)
|
| @@ -20,11 +20,14 @@
|
| #include "base/test/test_reg_util_win.h"
|
| #include "base/win/registry.h"
|
| #include "base/win/scoped_comptr.h"
|
| -#include "chrome_frame/chrome_tab.h"
|
| +
|
| #include "chrome_frame/test/simulate_input.h"
|
| #include "chrome_frame/test_utils.h"
|
| #include "chrome_frame/utils.h"
|
|
|
| +// Include without path to make GYP build see it.
|
| +#include "chrome_tab.h" // NOLINT
|
| +
|
| #include "gtest/gtest.h"
|
|
|
| // Needed for CreateFunctor.
|
|
|