Index: content/common/handle_enumerator_win.cc |
diff --git a/content/common/handle_enumerator_win.cc b/content/common/handle_enumerator_win.cc |
index 0b8cbe5fd42081088077e6175a7315c154596757..981655065d978590607c7d0bcc9045b68a590a94 100644 |
--- a/content/common/handle_enumerator_win.cc |
+++ b/content/common/handle_enumerator_win.cc |
@@ -52,7 +52,7 @@ const size_t kMaxHandleNameLength = 1024; |
void HandleEnumerator::EnumerateHandles() { |
sandbox::HandleTable handles; |
std::string process_type = |
- CommandLine::ForCurrentProcess()->GetSwitchValueASCII( |
+ base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII( |
switches::kProcessType); |
base::string16 output = ASCIIToUTF16(process_type); |
output.append(ASCIIToUTF16(" process - Handles at shutdown:\n")); |