| 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_
|
|
|