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

Unified Diff: components/translate/core/browser/language_state.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/core/browser/language_state.h
diff --git a/components/translate/core/browser/language_state.h b/components/translate/core/browser/language_state.h
index 6aefc2ebd8f35fc31b73e2acc2e717b428cfa710..4bd7f4bae396cc2b67861e6b32e2a531c9d19616 100644
--- a/components/translate/core/browser/language_state.h
+++ b/components/translate/core/browser/language_state.h
@@ -9,6 +9,8 @@
#include "base/basictypes.h"
+namespace translate {
+
class TranslateDriver;
// This class holds the language state of the current page.
@@ -121,4 +123,6 @@ class LanguageState {
DISALLOW_COPY_AND_ASSIGN(LanguageState);
};
+} // namespace translate
+
#endif // COMPONENTS_TRANSLATE_CORE_BROWSER_LANGUAGE_STATE_H_
« no previous file with comments | « components/translate/content/common/translate_messages.h ('k') | components/translate/core/browser/language_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698