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

Unified Diff: components/undo/undo_manager.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_utils.cc ('k') | components/undo/undo_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/undo/undo_manager.h
diff --git a/chrome/browser/undo/undo_manager.h b/components/undo/undo_manager.h
similarity index 96%
rename from chrome/browser/undo/undo_manager.h
rename to components/undo/undo_manager.h
index 443d2d743657dc58c9c066f56625e3dc7fc3dcd0..ebbe1b4351181a31f20036596ee54d7d9330823f 100644
--- a/chrome/browser/undo/undo_manager.h
+++ b/components/undo/undo_manager.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_UNDO_MANAGER_H_
-#define CHROME_BROWSER_UNDO_UNDO_MANAGER_H_
+#ifndef COMPONENTS_UNDO_UNDO_MANAGER_H_
+#define COMPONENTS_UNDO_UNDO_MANAGER_H_
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
@@ -131,4 +131,4 @@ class UndoManager {
DISALLOW_COPY_AND_ASSIGN(UndoManager);
};
-#endif // CHROME_BROWSER_UNDO_UNDO_MANAGER_H_
+#endif // COMPONENTS_UNDO_UNDO_MANAGER_H_
« no previous file with comments | « components/undo/bookmark_undo_utils.cc ('k') | components/undo/undo_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698