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

Unified Diff: components/translate/content/browser/content_translate_driver.h

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: components/translate/content/browser/content_translate_driver.h
diff --git a/components/translate/content/browser/content_translate_driver.h b/components/translate/content/browser/content_translate_driver.h
index 813396f48272122294051a2fa3226f5884e25952..bae58bb0962220c0d80484b1f3a9a66c59712a8c 100644
--- a/components/translate/content/browser/content_translate_driver.h
+++ b/components/translate/content/browser/content_translate_driver.h
@@ -13,6 +13,8 @@ class NavigationController;
class WebContents;
}
+namespace translate {
+
// Content implementation of TranslateDriver.
class ContentTranslateDriver : public TranslateDriver {
public:
@@ -62,4 +64,6 @@ class ContentTranslateDriver : public TranslateDriver {
DISALLOW_COPY_AND_ASSIGN(ContentTranslateDriver);
};
+} // namespace translate
+
#endif // COMPONENTS_TRANSLATE_CONTENT_BROWSER_CONTENT_TRANSLATE_DRIVER_H_
« no previous file with comments | « components/infobars/core/infobar_delegate.cc ('k') | components/translate/content/browser/content_translate_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698