Split keyword related parts of WebDataService as KeywordWebDataService
The new class KeywordWebDataService will be moved to components/search_engines with KeywordTable later.
Move keyword related parts from web_data_service.{cc,h} to keyword_web_data_service.{cc,h}.
Add a new ProfileErrorType enum.
BUG=381572
TEST=build
[email protected] for the enum addition in histograms.xml corresponding to the one in chrome/browser/ui/profile_error_dialog.h
Review URL: https://codereview.chromium.org/355573008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280969 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/ui/profile_error_dialog.h b/chrome/browser/ui/profile_error_dialog.h
index bb483af7..eec7ba9 100644
--- a/chrome/browser/ui/profile_error_dialog.h
+++ b/chrome/browser/ui/profile_error_dialog.h
@@ -17,6 +17,7 @@
PROFILE_ERROR_DB_AUTOFILL_WEB_DATA,
PROFILE_ERROR_DB_TOKEN_WEB_DATA,
PROFILE_ERROR_DB_WEB_DATA,
+ PROFILE_ERROR_DB_KEYWORD_WEB_DATA,
PROFILE_ERROR_END
};