| Index: components/translate/core/common/translate_errors.h
|
| diff --git a/chrome/common/translate/translate_errors.h b/components/translate/core/common/translate_errors.h
|
| similarity index 89%
|
| rename from chrome/common/translate/translate_errors.h
|
| rename to components/translate/core/common/translate_errors.h
|
| index f41a921f020164192cca71cc1c98320594983464..f9bd84065b054af1cb092bf5fd1cd59c6fbe886c 100644
|
| --- a/chrome/common/translate/translate_errors.h
|
| +++ b/components/translate/core/common/translate_errors.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_COMMON_TRANSLATE_TRANSLATE_ERRORS_H_
|
| -#define CHROME_COMMON_TRANSLATE_TRANSLATE_ERRORS_H_
|
| +#ifndef COMPONENTS_TRANSLATE_CORE_COMMON_TRANSLATE_ERRORS_H_
|
| +#define COMPONENTS_TRANSLATE_CORE_COMMON_TRANSLATE_ERRORS_H_
|
|
|
| #include "base/basictypes.h"
|
|
|
| @@ -38,4 +38,4 @@ class TranslateErrors {
|
| DISALLOW_COPY_AND_ASSIGN(TranslateErrors);
|
| };
|
|
|
| -#endif // CHROME_COMMON_TRANSLATE_TRANSLATE_ERRORS_H_
|
| +#endif // COMPONENTS_TRANSLATE_CORE_COMMON_TRANSLATE_ERRORS_H_
|
|
|