diff options
Diffstat (limited to 'net/disk_cache/file.h')
-rw-r--r-- | net/disk_cache/file.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/disk_cache/file.h b/net/disk_cache/file.h index f692b01..93b9a0b 100644 --- a/net/disk_cache/file.h +++ b/net/disk_cache/file.h @@ -29,8 +29,10 @@ // See net/disk_cache/disk_cache.h for the public interface of the cache. -#ifndef NET_DISK_CACHE_FILE_H__ -#define NET_DISK_CACHE_FILE_H__ +#ifndef NET_DISK_CACHE_FILE_H_ +#define NET_DISK_CACHE_FILE_H_ + +#include <string> #include "base/ref_counted.h" #include "net/disk_cache/os_file.h" @@ -107,4 +109,4 @@ class File : public base::RefCounted<File> { } // namespace disk_cache -#endif // NET_DISK_CACHE_FILE_H__ +#endif // NET_DISK_CACHE_FILE_H_ |