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

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: 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..34ba31efa257648f401e1bd4f9ede1efa64dfaa4 100644
--- a/components/translate/core/browser/translate_script.h
+++ b/components/translate/core/browser/translate_script.h
@@ -14,8 +14,12 @@
#include "base/memory/weak_ptr.h"
#include "base/time/time.h"
+namespace translate {
class TranslateScriptTest;
droger 2014/07/09 07:52:44 Nit: Same here.
nshaik 2014/07/09 08:56:52 Done.
class TranslateURLFetcher;
+}
+
+namespace translate {
class TranslateScript {
public:
@@ -90,4 +94,6 @@ class TranslateScript {
DISALLOW_COPY_AND_ASSIGN(TranslateScript);
};
+} // namespace translate
+
#endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_SCRIPT_H_

Powered by Google App Engine
This is Rietveld 408576698