Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: content/child/runtime_features.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.h ('k') | content/common/sandbox_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.h ('k') | content/common/sandbox_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698