Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: chrome/utility/importer/firefox3_importer.h

Issue 18501013: Move most importer code to chrome/utility/importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another gyp attempt Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/utility/importer/favicon_reencode.cc ('k') | chrome/utility/importer/firefox3_importer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/utility/importer/favicon_reencode.cc ('k') | chrome/utility/importer/firefox3_importer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698