Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
add PasswordWebDataService
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Apr 21, 2018
1 parent ce7680b commit 617ff5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions brave/browser/brave_browser_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
#include "chrome/browser/plugins/plugin_info_host_impl.h"
#endif

#if defined(OS_WIN)
#include "components/password_manager/core/browser/webdata/password_web_data_service_win.h"
#endif

using content::BrowserThread;
using content::HostZoomMap;

Expand Down
3 changes: 3 additions & 0 deletions brave/browser/brave_browser_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#include "components/prefs/overlay_user_pref_store.h"
#include "components/webdata/common/web_database_service.h"

#if defined(OS_WIN)
class PasswordWebDataService;
#endif
class PrefChangeRegistrar;
class WebDataServiceWrapper;

Expand Down

0 comments on commit 617ff5a

Please sign in to comment.