diff options
Diffstat (limited to 'chrome/browser/importer/firefox_profile_lock.h')
-rw-r--r-- | chrome/browser/importer/firefox_profile_lock.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/importer/firefox_profile_lock.h b/chrome/browser/importer/firefox_profile_lock.h index 20b9065..9c6b687 100644 --- a/chrome/browser/importer/firefox_profile_lock.h +++ b/chrome/browser/importer/firefox_profile_lock.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_IMPORTER_FIREFOX_PROFILE_LOCK_H__ #define CHROME_BROWSER_IMPORTER_FIREFOX_PROFILE_LOCK_H__ +#pragma once #include "build/build_config.h" @@ -11,8 +12,6 @@ #include <windows.h> #endif -#include <string> - #include "base/basictypes.h" #include "base/file_path.h" #include "base/gtest_prod_util.h" |