diff options
Diffstat (limited to 'chrome/browser/importer')
| -rw-r--r-- | chrome/browser/importer/firefox_importer_utils.h | 4 | ||||
| -rw-r--r-- | chrome/browser/importer/firefox_proxy_settings.cc | 1 | ||||
| -rw-r--r-- | chrome/browser/importer/nss_decryptor_mac.h | 6 | ||||
| -rw-r--r-- | chrome/browser/importer/nss_decryptor_mac.mm | 4 | ||||
| -rw-r--r-- | chrome/browser/importer/nss_decryptor_system_nss.h | 6 |
5 files changed, 13 insertions, 8 deletions
diff --git a/chrome/browser/importer/firefox_importer_utils.h b/chrome/browser/importer/firefox_importer_utils.h index 04bdefb..e2e2381 100644 --- a/chrome/browser/importer/firefox_importer_utils.h +++ b/chrome/browser/importer/firefox_importer_utils.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -9,10 +9,10 @@ #include <vector> #include "base/basictypes.h" -#include "base/file_path.h" #include "build/build_config.h" class DictionaryValue; +class FilePath; class GURL; class TemplateURL; diff --git a/chrome/browser/importer/firefox_proxy_settings.cc b/chrome/browser/importer/firefox_proxy_settings.cc index 55ccc3e..d2c3e1b 100644 --- a/chrome/browser/importer/firefox_proxy_settings.cc +++ b/chrome/browser/importer/firefox_proxy_settings.cc @@ -4,6 +4,7 @@ #include "chrome/browser/importer/firefox_proxy_settings.h" +#include "base/file_path.h" #include "base/string_tokenizer.h" #include "base/string_util.h" #include "base/values.h" diff --git a/chrome/browser/importer/nss_decryptor_mac.h b/chrome/browser/importer/nss_decryptor_mac.h index 5415d4c..8d44a01 100644 --- a/chrome/browser/importer/nss_decryptor_mac.h +++ b/chrome/browser/importer/nss_decryptor_mac.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -10,8 +10,10 @@ #include <vector> #include "base/basictypes.h" -#include "base/file_path.h" #include "base/logging.h" +#include "base/string16.h" + +class FilePath; // The following declarations of functions and types are from Firefox // NSS library. diff --git a/chrome/browser/importer/nss_decryptor_mac.mm b/chrome/browser/importer/nss_decryptor_mac.mm index e319c74..988ab56 100644 --- a/chrome/browser/importer/nss_decryptor_mac.mm +++ b/chrome/browser/importer/nss_decryptor_mac.mm @@ -6,13 +6,13 @@ #include <dlfcn.h> +#include "base/file_path.h" +#include "base/logging.h" #include "base/sys_string_conversions.h" #include "chrome/browser/importer/nss_decryptor_mac.h" #include "chrome/browser/importer/firefox_importer_utils.h" -#include "base/logging.h" - // static const wchar_t NSSDecryptor::kNSS3Library[] = L"libnss3.dylib"; diff --git a/chrome/browser/importer/nss_decryptor_system_nss.h b/chrome/browser/importer/nss_decryptor_system_nss.h index 9c3d921..c08496d 100644 --- a/chrome/browser/importer/nss_decryptor_system_nss.h +++ b/chrome/browser/importer/nss_decryptor_system_nss.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -11,7 +11,9 @@ #include <vector> #include "base/basictypes.h" -#include "base/file_path.h" +#include "base/string16.h" + +class FilePath; namespace webkit_glue { struct PasswordForm; |
