diff options
Diffstat (limited to 'chrome_frame/chrome_frame_helper_util.cc')
-rw-r--r-- | chrome_frame/chrome_frame_helper_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame_helper_util.cc b/chrome_frame/chrome_frame_helper_util.cc index 333fc96..0244557 100644 --- a/chrome_frame/chrome_frame_helper_util.cc +++ b/chrome_frame/chrome_frame_helper_util.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. #include "chrome_frame/chrome_frame_helper_util.h" -#include "chrome_tab.h" // NOLINT +#include "chrome_frame/chrome_tab.h" #include <shlwapi.h> #include <stdio.h> |