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

Unified Diff: components/undo/bookmark_undo_service.h

Issue 1090993003: Move undo files into //components/undo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@utils
Patch Set: Fix gn compilation Created 5 years, 8 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
« no previous file with comments | « components/undo/bookmark_renumber_observer.h ('k') | components/undo/bookmark_undo_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/undo/bookmark_undo_service.h
diff --git a/chrome/browser/undo/bookmark_undo_service.h b/components/undo/bookmark_undo_service.h
similarity index 92%
rename from chrome/browser/undo/bookmark_undo_service.h
rename to components/undo/bookmark_undo_service.h
index e988866a905f53295df3796b5a38020a4a284394..8ae2eaf9af4f16c58a9a0c0f180e543215900449 100644
--- a/chrome/browser/undo/bookmark_undo_service.h
+++ b/components/undo/bookmark_undo_service.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UNDO_BOOKMARK_UNDO_SERVICE_H_
-#define CHROME_BROWSER_UNDO_BOOKMARK_UNDO_SERVICE_H_
+#ifndef COMPONENTS_UNDO_BOOKMARK_UNDO_SERVICE_H_
+#define COMPONENTS_UNDO_BOOKMARK_UNDO_SERVICE_H_
#include <map>
#include "base/scoped_observer.h"
-#include "chrome/browser/undo/bookmark_renumber_observer.h"
-#include "chrome/browser/undo/undo_manager.h"
#include "components/bookmarks/browser/base_bookmark_model_observer.h"
#include "components/bookmarks/browser/bookmark_node_data.h"
#include "components/keyed_service/core/keyed_service.h"
+#include "components/undo/bookmark_renumber_observer.h"
+#include "components/undo/undo_manager.h"
namespace bookmarks {
class BookmarkModel;
@@ -77,4 +77,4 @@ class BookmarkUndoService : public bookmarks::BaseBookmarkModelObserver,
DISALLOW_COPY_AND_ASSIGN(BookmarkUndoService);
};
-#endif // CHROME_BROWSER_UNDO_BOOKMARK_UNDO_SERVICE_H_
+#endif // COMPONENTS_UNDO_BOOKMARK_UNDO_SERVICE_H_
« no previous file with comments | « components/undo/bookmark_renumber_observer.h ('k') | components/undo/bookmark_undo_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698