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

Unified Diff: chrome/browser/ui/browser_content_translate_driver_observer.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: chrome/browser/ui/browser_content_translate_driver_observer.h
diff --git a/chrome/browser/ui/browser_content_translate_driver_observer.h b/chrome/browser/ui/browser_content_translate_driver_observer.h
index 82ac9df13339d87948984fa223c4f94cb568bbc0..eeb00a13b84ea03a7bb8061f3328d60d9ab33fe8 100644
--- a/chrome/browser/ui/browser_content_translate_driver_observer.h
+++ b/chrome/browser/ui/browser_content_translate_driver_observer.h
@@ -16,7 +16,7 @@ class Browser;
// wether Translate is enabled or not, and updates toolbar in response to
// changes in state of translate.
class BrowserContentTranslateDriverObserver
- : public ContentTranslateDriver::Observer {
+ : public translate::ContentTranslateDriver::Observer {
public:
explicit BrowserContentTranslateDriverObserver(Browser* browser);
« no previous file with comments | « chrome/browser/ui/browser_commands.cc ('k') | chrome/browser/ui/browser_content_translate_driver_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698