Index: chrome/utility/importer/firefox_importer_unittest_utils.h |
diff --git a/chrome/browser/importer/firefox_importer_unittest_utils.h b/chrome/utility/importer/firefox_importer_unittest_utils.h |
similarity index 91% |
rename from chrome/browser/importer/firefox_importer_unittest_utils.h |
rename to chrome/utility/importer/firefox_importer_unittest_utils.h |
index 480b09e7349c55e4384b466ee72406faf60a3692..5bdbfa7d2f4277765ec19295947109be05087587 100644 |
--- a/chrome/browser/importer/firefox_importer_unittest_utils.h |
+++ b/chrome/utility/importer/firefox_importer_unittest_utils.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_IMPORTER_FIREFOX_IMPORTER_UNITTEST_UTILS_H_ |
-#define CHROME_BROWSER_IMPORTER_FIREFOX_IMPORTER_UNITTEST_UTILS_H_ |
+#ifndef CHROME_UTILITY_IMPORTER_FIREFOX_IMPORTER_UNITTEST_UTILS_H_ |
+#define CHROME_UTILITY_IMPORTER_FIREFOX_IMPORTER_UNITTEST_UTILS_H_ |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/process_util.h" |
-#include "chrome/browser/importer/nss_decryptor.h" |
+#include "chrome/utility/importer/nss_decryptor.h" |
class FFDecryptorServerChannelListener; |
@@ -86,4 +86,4 @@ string16 FFUnitTestDecryptorProxy::Decrypt(const std::string& crypt) { |
} |
#endif // !OS_MACOSX |
-#endif // CHROME_BROWSER_IMPORTER_FIREFOX_IMPORTER_UNITTEST_UTILS_H_ |
+#endif // CHROME_UTILITY_IMPORTER_FIREFOX_IMPORTER_UNITTEST_UTILS_H_ |