Index: content/browser/appcache/manifest_parser.cc |
diff --git a/content/browser/appcache/manifest_parser.cc b/content/browser/appcache/manifest_parser.cc |
index fb63f22b173fe91ddfddfc582c64796f02ab4b3f..2ca3ce85286e5b2e0b9a1bde97e1f868d2bdca61 100644 |
--- a/content/browser/appcache/manifest_parser.cc |
+++ b/content/browser/appcache/manifest_parser.cc |
@@ -272,7 +272,7 @@ bool ParseManifest(const GURL& manifest_url, const char* data, int length, |
if (type == L"return") { |
verb = RETURN; |
} else if (type == L"execute" && |
- CommandLine::ForCurrentProcess()->HasSwitch( |
+ base::CommandLine::ForCurrentProcess()->HasSwitch( |
kEnableExecutableHandlers)) { |
verb = EXECUTE; |
} |