Index: chrome/browser/browser_main.cc |
=================================================================== |
--- chrome/browser/browser_main.cc (revision 30488) |
+++ chrome/browser/browser_main.cc (working copy) |
@@ -854,7 +854,7 @@ |
profile->InitWebResources(); |
#if defined(OS_CHROMEOS) |
- ExternalCookieHandler::GetCookies(parsed_command_line, profile); |
+ chromeos::ExternalCookieHandler::GetCookies(parsed_command_line, profile); |
#endif |
// Stat the directory with the inspector's files so that we can know if we |