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

Unified Diff: chrome/utility/importer/bookmarks_file_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
Index: chrome/utility/importer/bookmarks_file_importer.h
diff --git a/chrome/browser/importer/bookmarks_file_importer.h b/chrome/utility/importer/bookmarks_file_importer.h
similarity index 73%
rename from chrome/browser/importer/bookmarks_file_importer.h
rename to chrome/utility/importer/bookmarks_file_importer.h
index 46156d3993afa34d9cdb0eb7b26b4e4987ef8e73..d2913ff5d393918374f03ed8c60a704f0554e3b8 100644
--- a/chrome/browser/importer/bookmarks_file_importer.h
+++ b/chrome/utility/importer/bookmarks_file_importer.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_IMPORTER_BOOKMARKS_FILE_IMPORTER_H_
-#define CHROME_BROWSER_IMPORTER_BOOKMARKS_FILE_IMPORTER_H_
+#ifndef CHROME_UTILITY_IMPORTER_BOOKMARKS_FILE_IMPORTER_H_
+#define CHROME_UTILITY_IMPORTER_BOOKMARKS_FILE_IMPORTER_H_
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "chrome/browser/importer/importer.h"
+#include "chrome/utility/importer/importer.h"
// Importer for bookmarks files.
class BookmarksFileImporter : public Importer {
@@ -24,4 +24,4 @@ class BookmarksFileImporter : public Importer {
DISALLOW_COPY_AND_ASSIGN(BookmarksFileImporter);
};
-#endif // CHROME_BROWSER_IMPORTER_BOOKMARKS_FILE_IMPORTER_H_
+#endif // CHROME_UTILITY_IMPORTER_BOOKMARKS_FILE_IMPORTER_H_
« no previous file with comments | « chrome/utility/importer/bookmark_html_reader_unittest.cc ('k') | chrome/utility/importer/bookmarks_file_importer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698