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

Unified Diff: chrome/browser/diagnostics/diagnostics_model.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
Index: chrome/browser/diagnostics/diagnostics_model.h
diff --git a/chrome/browser/diagnostics/diagnostics_model.h b/chrome/browser/diagnostics/diagnostics_model.h
index 1727aaa585ac1b4b256217d615996dc24df6d4d0..334c284819a8333c07bb7734caa0e4472c46976d 100644
--- a/chrome/browser/diagnostics/diagnostics_model.h
+++ b/chrome/browser/diagnostics/diagnostics_model.h
@@ -8,7 +8,9 @@
#include <string>
#include "base/time/time.h"
+namespace base {
class CommandLine;
+}
namespace diagnostics {
@@ -100,7 +102,7 @@ class DiagnosticsModel {
// The factory for the model. The main purpose is to hide the creation of
// different models for different platforms.
-DiagnosticsModel* MakeDiagnosticsModel(const CommandLine& cmdline);
+DiagnosticsModel* MakeDiagnosticsModel(const base::CommandLine& cmdline);
} // namespace diagnostics

Powered by Google App Engine
This is Rietveld 408576698