Index: content/child/runtime_features.h |
diff --git a/content/child/runtime_features.h b/content/child/runtime_features.h |
index 0a56f5ff83c9db7209b6f3e5c79dc3a0eb0b8d26..81bdbf77206f5af05a713d48fa537df74a5a8f29 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 |