| Index: components/undo/undo_manager.cc
|
| diff --git a/chrome/browser/undo/undo_manager.cc b/components/undo/undo_manager.cc
|
| similarity index 97%
|
| rename from chrome/browser/undo/undo_manager.cc
|
| rename to components/undo/undo_manager.cc
|
| index 3caa709600a36eaf520e482412c2d1004656cfc1..28a8ab2c25dc850eff28be402d7568807fa17305 100644
|
| --- a/chrome/browser/undo/undo_manager.cc
|
| +++ b/components/undo/undo_manager.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/undo/undo_manager.h"
|
| +#include "components/undo/undo_manager.h"
|
|
|
| #include "base/auto_reset.h"
|
| #include "base/logging.h"
|
| -#include "chrome/browser/undo/undo_manager_observer.h"
|
| -#include "chrome/browser/undo/undo_operation.h"
|
| +#include "components/undo/undo_manager_observer.h"
|
| +#include "components/undo/undo_operation.h"
|
| #include "grit/components_strings.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
|
|