Index: base/command_line.h |
diff --git a/base/command_line.h b/base/command_line.h |
index 9cad0f1db455c5802e545e37b7995ca65fbdda12..31c0f5fd5cb9f153a8254da27187a2d2247bf65b 100644 |
--- a/base/command_line.h |
+++ b/base/command_line.h |
@@ -162,9 +162,9 @@ class CommandLine { |
// APIs that work with wstrings are deprecated. |
// TODO(evanm): remove all of these. |
- std::wstring program() const; |
#if defined(OS_WIN) |
// Deprecated on non-Windows. |
+ std::wstring program() const; |
viettrungluu
2010/10/07 00:28:38
Where is this used in Windows code anyway? (And ma
|
bool HasSwitch(const std::wstring& switch_string) const; |
#endif |