Index: content/browser/browser_plugin/browser_plugin_guest_manager.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_guest_manager.cc b/content/browser/browser_plugin/browser_plugin_guest_manager.cc |
index 4ef9e29a8a2d4371da5fea6bed91aaa7a54312fd..1f31b22ad55d8433e767ccb6f6ca55182d963290 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest_manager.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest_manager.cc |
@@ -48,7 +48,7 @@ BrowserPluginGuest* BrowserPluginGuestManager::CreateGuest( |
// since we depend on this in other parts of the code, such as FilePath |
// creation. If the validation fails, treat it as a bad message and kill the |
// renderer process. |
- if (!IsStringUTF8(params.storage_partition_id)) { |
+ if (!base::IsStringUTF8(params.storage_partition_id)) { |
content::RecordAction( |
base::UserMetricsAction("BadMessageTerminate_BPGM")); |
base::KillProcess( |