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

Unified Diff: chrome/utility/importer/bookmark_html_reader.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/OWNERS ('k') | chrome/utility/importer/bookmark_html_reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/importer/bookmark_html_reader.h
diff --git a/chrome/browser/importer/bookmark_html_reader.h b/chrome/utility/importer/bookmark_html_reader.h
similarity index 95%
rename from chrome/browser/importer/bookmark_html_reader.h
rename to chrome/utility/importer/bookmark_html_reader.h
index 5d34ab2314d173a7ae5a24841377a1ac0b121d30..274c9a272169ee622e9b8f1c64d395e3764ab045 100644
--- a/chrome/browser/importer/bookmark_html_reader.h
+++ b/chrome/utility/importer/bookmark_html_reader.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_BOOKMARK_HTML_READER_H_
-#define CHROME_BROWSER_IMPORTER_BOOKMARK_HTML_READER_H_
+#ifndef CHROME_UTILITY_IMPORTER_BOOKMARK_HTML_READER_H_
+#define CHROME_UTILITY_IMPORTER_BOOKMARK_HTML_READER_H_
#include <string>
#include <vector>
@@ -94,4 +94,4 @@ bool ParseMinimumBookmarkFromLine(const std::string& line,
} // namespace bookmark_html_reader
-#endif // CHROME_BROWSER_IMPORTER_BOOKMARK_HTML_READER_H_
+#endif // CHROME_UTILITY_IMPORTER_BOOKMARK_HTML_READER_H_
« no previous file with comments | « chrome/utility/importer/OWNERS ('k') | chrome/utility/importer/bookmark_html_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698