From c083d1f4de8537ee81131ddb5d388f2f686fac85 Mon Sep 17 00:00:00 2001 From: sdefresne Date: Fri, 17 Apr 2015 14:12:18 -0700 Subject: Move undo files into //components/undo Create a new component //components/undo and move files from //chrome/browser/undo into the component. Add DEPS, OWNERS files and add dependencies on the new component into chrome/browser/BUILD.gn & chrome/chrome_browser.gypi. Files where moved using tools/git/move_source_files.py and the #include lines updated automatically by the script. BUG=476921 Review URL: https://codereview.chromium.org/1090993003 Cr-Commit-Position: refs/heads/master@{#325718} --- chrome/browser/bookmarks/bookmark_model_factory.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/bookmarks') diff --git a/chrome/browser/bookmarks/bookmark_model_factory.cc b/chrome/browser/bookmarks/bookmark_model_factory.cc index 10c5d14..e0f7e80 100644 --- a/chrome/browser/bookmarks/bookmark_model_factory.cc +++ b/chrome/browser/bookmarks/bookmark_model_factory.cc @@ -15,7 +15,6 @@ #include "chrome/browser/profiles/profile.h" #include "chrome/browser/profiles/startup_task_runner_service.h" #include "chrome/browser/profiles/startup_task_runner_service_factory.h" -#include "chrome/browser/undo/bookmark_undo_service.h" #include "chrome/browser/undo/bookmark_undo_service_factory.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/pref_names.h" @@ -23,6 +22,7 @@ #include "components/bookmarks/common/bookmark_pref_names.h" #include "components/keyed_service/content/browser_context_dependency_manager.h" #include "components/pref_registry/pref_registry_syncable.h" +#include "components/undo/bookmark_undo_service.h" #include "content/public/browser/browser_thread.h" using bookmarks::BookmarkModel; -- cgit v1.1