| Index: chrome/common/translate/translate_errors.h
|
| diff --git a/chrome/common/translate/translate_errors.h b/chrome/common/translate/translate_errors.h
|
| index af011aaeb5d8eaa7435eb193dae5071512460fc6..f41a921f020164192cca71cc1c98320594983464 100644
|
| --- a/chrome/common/translate/translate_errors.h
|
| +++ b/chrome/common/translate/translate_errors.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_COMMON_TRANSLATE_TRANSLATE_ERRORS_H_
|
| #define CHROME_COMMON_TRANSLATE_TRANSLATE_ERRORS_H_
|
|
|
| +#include "base/basictypes.h"
|
| +
|
| // This file consolidates all the error types for translation of a page.
|
| // Note: TranslateErrors is used for UMA and translate_internals.js.
|
| // Assigned numbers should be changed because the number is binded to UMA value.
|
|
|