summaryrefslogtreecommitdiffstats
path: root/content/child/runtime_features.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/child/runtime_features.h')
-rw-r--r--content/child/runtime_features.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/child/runtime_features.h b/content/child/runtime_features.h
index 0a56f5f..81bdbf7 100644
--- a/content/child/runtime_features.h
+++ b/content/child/runtime_features.h
@@ -5,12 +5,14 @@
#ifndef CONTENT_CHILD_RUNTIME_FEATURES_H_
#define CONTENT_CHILD_RUNTIME_FEATURES_H_
+namespace base {
class CommandLine;
+}
namespace content {
void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
- const CommandLine& command_line);
+ const base::CommandLine& command_line);
} // namespace content