| Index: components/spellcheck/browser/spellcheck_action.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_action.h b/components/spellcheck/browser/spellcheck_action.h
|
| similarity index 93%
|
| rename from chrome/browser/spellchecker/spellcheck_action.h
|
| rename to components/spellcheck/browser/spellcheck_action.h
|
| index eb85fff006e412290ba8d9ca41c58f47e54bb069..5ed80f2cf7353508480105e4b9e5007ca2b3cd2c 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_action.h
|
| +++ b/components/spellcheck/browser/spellcheck_action.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_SPELLCHECKER_SPELLCHECK_ACTION_H_
|
| -#define CHROME_BROWSER_SPELLCHECKER_SPELLCHECK_ACTION_H_
|
| +#ifndef COMPONENTS_SPELLCHECK_BROWSER_SPELLCHECK_ACTION_H_
|
| +#define COMPONENTS_SPELLCHECK_BROWSER_SPELLCHECK_ACTION_H_
|
|
|
| #include "base/strings/string16.h"
|
|
|
| @@ -79,4 +79,4 @@ class SpellcheckAction {
|
| base::string16 value_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_SPELLCHECKER_SPELLCHECK_ACTION_H_
|
| +#endif // COMPONENTS_SPELLCHECK_BROWSER_SPELLCHECK_ACTION_H_
|
|
|