Index: chrome/utility/importer/firefox3_importer.h |
diff --git a/chrome/browser/importer/firefox3_importer.h b/chrome/utility/importer/firefox3_importer.h |
similarity index 92% |
rename from chrome/browser/importer/firefox3_importer.h |
rename to chrome/utility/importer/firefox3_importer.h |
index a609f8018868c95a805ef1157a25d8ad7fe738f2..b69dd4761dfd6e7b16d07abc9eadb02cf1d13b8d 100644 |
--- a/chrome/browser/importer/firefox3_importer.h |
+++ b/chrome/utility/importer/firefox3_importer.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_FIREFOX3_IMPORTER_H_ |
-#define CHROME_BROWSER_IMPORTER_FIREFOX3_IMPORTER_H_ |
+#ifndef CHROME_UTILITY_IMPORTER_FIREFOX3_IMPORTER_H_ |
+#define CHROME_UTILITY_IMPORTER_FIREFOX3_IMPORTER_H_ |
#include <map> |
#include <set> |
@@ -13,7 +13,7 @@ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
#include "base/files/file_path.h" |
-#include "chrome/browser/importer/importer.h" |
+#include "chrome/utility/importer/importer.h" |
class GURL; |
struct ImportedFaviconUsage; |
@@ -86,4 +86,4 @@ class Firefox3Importer : public Importer { |
DISALLOW_COPY_AND_ASSIGN(Firefox3Importer); |
}; |
-#endif // CHROME_BROWSER_IMPORTER_FIREFOX3_IMPORTER_H_ |
+#endif // CHROME_UTILITY_IMPORTER_FIREFOX3_IMPORTER_H_ |