| Index: chrome/utility/importer/nss_decryptor_mac.h
|
| diff --git a/chrome/browser/importer/nss_decryptor_mac.h b/chrome/utility/importer/nss_decryptor_mac.h
|
| similarity index 97%
|
| rename from chrome/browser/importer/nss_decryptor_mac.h
|
| rename to chrome/utility/importer/nss_decryptor_mac.h
|
| index 918a227c84fa886df4a7893b48520b28323c601e..eb902a1992f22cab5cfd77e22f8874d468682cdc 100644
|
| --- a/chrome/browser/importer/nss_decryptor_mac.h
|
| +++ b/chrome/utility/importer/nss_decryptor_mac.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_IMPORTER_NSS_DECRYPTOR_MAC_H_
|
| -#define CHROME_BROWSER_IMPORTER_NSS_DECRYPTOR_MAC_H_
|
| +#ifndef CHROME_UTILITY_IMPORTER_NSS_DECRYPTOR_MAC_H_
|
| +#define CHROME_UTILITY_IMPORTER_NSS_DECRYPTOR_MAC_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -159,4 +159,4 @@ class NSSDecryptor {
|
| DISALLOW_COPY_AND_ASSIGN(NSSDecryptor);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_IMPORTER_NSS_DECRYPTOR_MAC_H_
|
| +#endif // CHROME_UTILITY_IMPORTER_NSS_DECRYPTOR_MAC_H_
|
|
|