Index: content/shell/tools/plugin/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp |
diff --git a/content/shell/tools/plugin/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp b/content/shell/tools/plugin/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp |
index 380d7d0be78bbdceeec0f71187d574645764b9da..f32b8199963d210585dad3284fca4df091d5be5f 100644 |
--- a/content/shell/tools/plugin/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp |
+++ b/content/shell/tools/plugin/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp |
@@ -48,7 +48,7 @@ private: |
int16_t argc, |
char* argn[], |
char* argv[], |
- NPSavedData* saved) OVERRIDE { |
+ NPSavedData* saved) override { |
if (!browser->uagent(0)) |
pluginLog(m_npp, "FAILURE: Null user agent returned."); |
else |