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

Unified Diff: components/undo/bookmark_undo_utils.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_undo_service_test.cc ('k') | components/undo/bookmark_undo_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/undo/bookmark_undo_utils.h
diff --git a/chrome/browser/undo/bookmark_undo_utils.h b/components/undo/bookmark_undo_utils.h
similarity index 82%
rename from chrome/browser/undo/bookmark_undo_utils.h
rename to components/undo/bookmark_undo_utils.h
index 2cf1d5cc6d7b3f1828d58525778c657e9b9cd4d7..987e27284c45b279feed3d7e04745d7d2c99e408 100644
--- a/chrome/browser/undo/bookmark_undo_utils.h
+++ b/components/undo/bookmark_undo_utils.h
@@ -2,8 +2,8 @@
// 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_UTILS_H_
-#define CHROME_BROWSER_UNDO_BOOKMARK_UNDO_UTILS_H_
+#ifndef COMPONENTS_UNDO_BOOKMARK_UNDO_UTILS_H_
+#define COMPONENTS_UNDO_BOOKMARK_UNDO_UTILS_H_
#include "base/basictypes.h"
@@ -26,4 +26,4 @@ class ScopedSuspendBookmarkUndo {
DISALLOW_COPY_AND_ASSIGN(ScopedSuspendBookmarkUndo);
};
-#endif // CHROME_BROWSER_UNDO_BOOKMARK_UNDO_UTILS_H_
+#endif // COMPONENTS_UNDO_BOOKMARK_UNDO_UTILS_H_
« no previous file with comments | « components/undo/bookmark_undo_service_test.cc ('k') | components/undo/bookmark_undo_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698