Index: chrome_frame/utils.h |
=================================================================== |
--- chrome_frame/utils.h (revision 42690) |
+++ chrome_frame/utils.h (working copy) |
@@ -13,7 +13,6 @@ |
#include <string> |
#include "base/basictypes.h" |
-#include "base/file_path.h" |
#include "base/histogram.h" |
#include "base/lock.h" |
#include "base/logging.h" |
@@ -173,8 +172,6 @@ |
// will be returned. |
IEVersion GetIEVersion(); |
-FilePath GetIETemporaryFilesFolder(); |
- |
// Retrieves the file version from a module handle without extra round trips |
// to the disk (as happens with the regular GetFileVersionInfo API). |
// |