diff options
Diffstat (limited to 'chrome/browser/download/download_service_factory.h')
-rw-r--r-- | chrome/browser/download/download_service_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/download_service_factory.h b/chrome/browser/download/download_service_factory.h index 7fe53e9..fee17c0 100644 --- a/chrome/browser/download/download_service_factory.h +++ b/chrome/browser/download/download_service_factory.h @@ -7,7 +7,7 @@ #include "base/compiler_specific.h" #include "base/memory/singleton.h" -#include "chrome/browser/profiles/profile_keyed_service_factory.h" +#include "components/browser_context_keyed_service/browser_context_keyed_service_factory.h" class DownloadService; class Profile; |