Index: content/renderer/dom_operations_browsertest.cc |
diff --git a/content/renderer/dom_operations_browsertest.cc b/content/renderer/dom_operations_browsertest.cc |
index 0fe30316b603bb6a5b31cf3f2793c796e1084e41..0d333a54346cf2d43b4829970e14851387429965 100644 |
--- a/content/renderer/dom_operations_browsertest.cc |
+++ b/content/renderer/dom_operations_browsertest.cc |
@@ -18,7 +18,7 @@ namespace content { |
class DomOperationsTests : public ContentBrowserTest { |
public: |
- virtual void SetUpCommandLine(CommandLine* command_line) { |
+ virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
command_line->AppendSwitch(switches::kSingleProcess); |
#if defined(OS_WIN) && defined(USE_AURA) |
// Don't want to try to create a GPU process. |