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

Unified Diff: components/translate/core/browser/translate_script.cc

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.cc
diff --git a/components/translate/core/browser/translate_script.cc b/components/translate/core/browser/translate_script.cc
index 68b5cffa0841664464194291785ef3ba004c313f..f556e4f12070b7e0ca8750ac27f9397474bd7f79 100644
--- a/components/translate/core/browser/translate_script.cc
+++ b/components/translate/core/browser/translate_script.cc
@@ -21,6 +21,8 @@
#include "net/base/url_util.h"
#include "ui/base/resource/resource_bundle.h"
+namespace translate {
+
namespace {
const int kExpirationDelayDays = 1;
@@ -154,3 +156,5 @@ void TranslateScript::OnScriptFetchComplete(
}
callback_list_.clear();
}
+
+} // namespace translate

Powered by Google App Engine
This is Rietveld 408576698