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

Unified Diff: chrome/common/crash_keys.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/common/crash_keys.h
diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
index 99a581c05c14742dc277cf62f19841bfa82a8419..dd378fb95d0dadf7640a2825fa07b5e5e1873a4a 100644
--- a/chrome/common/crash_keys.h
+++ b/chrome/common/crash_keys.h
@@ -11,7 +11,9 @@
#include "base/debug/crash_logging.h"
+namespace base {
class CommandLine;
+}
namespace crash_keys {
@@ -23,7 +25,7 @@ size_t RegisterChromeCrashKeys();
void SetClientID(const std::string& client_id);
// Sets the kSwitch and kNumSwitches keys based on the given |command_line|.
-void SetSwitchesFromCommandLine(const CommandLine* command_line);
+void SetSwitchesFromCommandLine(const base::CommandLine* command_line);
// Sets the list of active experiment/variations info.
void SetVariationsList(const std::vector<std::string>& variations);
« no previous file with comments | « chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.h ('k') | chrome/common/logging_chrome.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698