Index: chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc |
diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc b/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc |
index 2ab5519777ca0ef0fb798aec1761ba73f4fff0b2..8905a8b1c9a72a275153dbeac7fe07696f481017 100644 |
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc |
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc |
@@ -11,7 +11,7 @@ |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/webui/web_ui_util.h" |
-namespace file_manager { |
+namespace extensions { |
GetStringsFunction::GetStringsFunction() { |
} |
@@ -509,10 +509,10 @@ bool GetStringsFunction::RunImpl() { |
#undef SET_STRING |
dict->SetBoolean("PDF_VIEW_ENABLED", |
- util::ShouldBeOpenedWithPlugin(profile(), |
+ file_manager::util::ShouldBeOpenedWithPlugin(profile(), |
FILE_PATH_LITERAL(".pdf"))); |
dict->SetBoolean("SWF_VIEW_ENABLED", |
- util::ShouldBeOpenedWithPlugin(profile(), |
+ file_manager::util::ShouldBeOpenedWithPlugin(profile(), |
FILE_PATH_LITERAL(".swf"))); |
webui::SetFontAndTextDirection(dict); |
@@ -528,4 +528,4 @@ bool GetStringsFunction::RunImpl() { |
return true; |
} |
-} // namespace file_manager |
+} // namespace extensions |