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

Unified Diff: chrome/browser/history/history_service.h

Issue 14575004: Extract BookmarksFileImporter from Firefox2Importer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test cleanup Created 7 years, 7 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/browser/history/history_service.h
diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
index 903cbc5a46f9a4da8407e46cd43741e8b95e574c..59c44f4dfb979736f5191adf5994a3d3b929002e 100644
--- a/chrome/browser/history/history_service.h
+++ b/chrome/browser/history/history_service.h
@@ -827,7 +827,7 @@ class HistoryService : public CancelableRequestProvider,
// once. The pages must exist, any favicon sets for unknown pages will be
// discarded. Existing favicons will not be overwritten.
void SetImportedFavicons(
- const std::vector<history::ImportedFaviconUsage>& favicon_usage);
+ const std::vector<ImportedFaviconUsage>& favicon_usage);
// Sets the in-memory URL database. This is called by the backend once the
// database is loaded to make it available.

Powered by Google App Engine
This is Rietveld 408576698