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

Unified Diff: chrome/common/importer/profile_import_process_param_traits_macros.h

Issue 616763002: Importing certain bookmarks from firefox and HTML file as search engines. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed dependency issue. Created 5 years, 11 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/common/importer/profile_import_process_param_traits_macros.h
diff --git a/chrome/common/importer/profile_import_process_param_traits_macros.h b/chrome/common/importer/profile_import_process_param_traits_macros.h
index d42522f73c6ff8684b356c96b0865f27225e4b3d..45a8ad91e1ecae04aae743d448defa58eb7b5fd0 100644
--- a/chrome/common/importer/profile_import_process_param_traits_macros.h
+++ b/chrome/common/importer/profile_import_process_param_traits_macros.h
@@ -62,7 +62,7 @@ IPC_STRUCT_TRAITS_BEGIN(ImportedFaviconUsage)
IPC_STRUCT_TRAITS_MEMBER(urls)
IPC_STRUCT_TRAITS_END()
-IPC_STRUCT_TRAITS_BEGIN(importer::URLKeywordInfo)
+IPC_STRUCT_TRAITS_BEGIN(importer::SearchEngineInfo)
IPC_STRUCT_TRAITS_MEMBER(url)
IPC_STRUCT_TRAITS_MEMBER(keyword)
IPC_STRUCT_TRAITS_MEMBER(display_name)

Powered by Google App Engine
This is Rietveld 408576698