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

Unified Diff: chrome/browser/drive/drive_service_interface.h

Issue 63923002: net: Use SequencedTaskRunner for URLFetcherResponseWriter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
Index: chrome/browser/drive/drive_service_interface.h
diff --git a/chrome/browser/drive/drive_service_interface.h b/chrome/browser/drive/drive_service_interface.h
index 9ff3be69ffea210f61aaa189cabc3fc5b8e677e7..0770a6339825ec02a4821948ac10e4dc498c069b 100644
--- a/chrome/browser/drive/drive_service_interface.h
+++ b/chrome/browser/drive/drive_service_interface.h
@@ -11,6 +11,10 @@
#include "chrome/browser/google_apis/base_requests.h"
#include "chrome/browser/google_apis/drive_common_callbacks.h"
+namespace base {
+class Time;
+}
mmenke 2013/11/07 17:02:36 Is this related to this CL?
hashimoto 2013/11/08 04:08:17 Sorry for this change being messy. Because I remov
+
namespace drive {
// Function which converts the given resource ID into the desired format.

Powered by Google App Engine
This is Rietveld 408576698