Index: content/browser/indexed_db/indexed_db_browsertest.cc |
diff --git a/content/browser/indexed_db/indexed_db_browsertest.cc b/content/browser/indexed_db/indexed_db_browsertest.cc |
index 71fa265604fd96c4f99acc54277e0ee3ec5d23a9..bc89007901a09381d9fa913c81cb72f0b9510515 100644 |
--- a/content/browser/indexed_db/indexed_db_browsertest.cc |
+++ b/content/browser/indexed_db/indexed_db_browsertest.cc |
@@ -262,7 +262,7 @@ class IndexedDBBrowserTestWithGCExposed : public IndexedDBBrowserTest { |
public: |
IndexedDBBrowserTestWithGCExposed() {} |
- void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(base::CommandLine* command_line) override { |
command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc"); |
} |
@@ -737,7 +737,7 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, ForceCloseEventTest) { |
class IndexedDBBrowserTestSingleProcess : public IndexedDBBrowserTest { |
public: |
- void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(base::CommandLine* command_line) override { |
command_line->AppendSwitch(switches::kSingleProcess); |
} |
}; |