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

Unified Diff: chrome/browser/chromeos/external_cookie_handler.cc

Issue 328006: Fix compile bustage on chromeos builder. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/external_cookie_handler.cc
===================================================================
--- chrome/browser/chromeos/external_cookie_handler.cc (revision 29881)
+++ chrome/browser/chromeos/external_cookie_handler.cc (working copy)
@@ -6,6 +6,7 @@
#include "base/command_line.h"
#include "chrome/browser/chromeos/pipe_reader.h"
+#include "chrome/browser/net/url_request_context_getter.h"
#include "chrome/browser/profile.h"
#include "chrome/common/chrome_switches.h"
#include "googleurl/src/gurl.h"
@@ -20,7 +21,7 @@
WideToASCII(parsed_command_line.GetSwitchValue(switches::kCookiePipe));
ExternalCookieHandler cookie_handler(new PipeReader(pipe_name));
cookie_handler.HandleCookies(
- profile->GetRequestContext()->cookie_store());
+ profile->GetRequestContext()->GetCookieStore());
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698