| Index: chrome/browser/ui/translate/translate_bubble_factory.cc
|
| diff --git a/chrome/browser/ui/translate/translate_bubble_factory.cc b/chrome/browser/ui/translate/translate_bubble_factory.cc
|
| index 45114990ec1ea102a8aa58e0c6af38ec40e185b6..bda25c194c021c7d0dedc9d5a8d091d24338d809 100644
|
| --- a/chrome/browser/ui/translate/translate_bubble_factory.cc
|
| +++ b/chrome/browser/ui/translate/translate_bubble_factory.cc
|
| @@ -12,7 +12,7 @@ namespace {
|
| void ShowDefault(BrowserWindow* window,
|
| content::WebContents* web_contents,
|
| translate::TranslateStep step,
|
| - TranslateErrors::Type error_type) {
|
| + translate::TranslateErrors::Type error_type) {
|
| // |window| might be null when testing.
|
| if (!window)
|
| return;
|
| @@ -28,7 +28,7 @@ TranslateBubbleFactory::~TranslateBubbleFactory() {
|
| void TranslateBubbleFactory::Show(BrowserWindow* window,
|
| content::WebContents* web_contents,
|
| translate::TranslateStep step,
|
| - TranslateErrors::Type error_type) {
|
| + translate::TranslateErrors::Type error_type) {
|
| if (current_factory_) {
|
| current_factory_->ShowImplementation(
|
| window, web_contents, step, error_type);
|
|
|