Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3243)

Unified Diff: chrome/browser/ui/translate/translate_bubble_factory.cc

Issue 378253002: Fix translate namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing android build errors Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/ui/translate/translate_bubble_factory.h ('k') | chrome/browser/ui/translate/translate_bubble_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698