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

Unified Diff: components/translate/core/browser/translate_script.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/translate_script.h
diff --git a/components/translate/core/browser/translate_script.h b/components/translate/core/browser/translate_script.h
index 156d3a52a04335f908b7ad688cf86ce537e071bc..065ccc7a220eb7bbdaa8c320fd49ab4f7b38574f 100644
--- a/components/translate/core/browser/translate_script.h
+++ b/components/translate/core/browser/translate_script.h
@@ -14,6 +14,8 @@
#include "base/memory/weak_ptr.h"
#include "base/time/time.h"
+namespace translate {
+
class TranslateScriptTest;
class TranslateURLFetcher;
@@ -90,4 +92,6 @@ class TranslateScript {
DISALLOW_COPY_AND_ASSIGN(TranslateScript);
};
+} // namespace translate
+
#endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_SCRIPT_H_
« no previous file with comments | « components/translate/core/browser/translate_prefs_unittest.cc ('k') | components/translate/core/browser/translate_script.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698