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

Unified Diff: chrome/browser/chromeos/net/delay_network_call.h

Issue 1658813003: Replace base::Callback forward decl with callback_forward.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert Created 4 years, 10 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 | « chrome/browser/chromeos/base/locale_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/net/delay_network_call.h
diff --git a/chrome/browser/chromeos/net/delay_network_call.h b/chrome/browser/chromeos/net/delay_network_call.h
index 57e53bbee055d2a651d17f7a1cf92b83977d38ab..fd2db55a9b808b30942284e1804673769467594d 100644
--- a/chrome/browser/chromeos/net/delay_network_call.h
+++ b/chrome/browser/chromeos/net/delay_network_call.h
@@ -7,12 +7,9 @@
#ifndef CHROME_BROWSER_CHROMEOS_NET_DELAY_NETWORK_CALL_H_
#define CHROME_BROWSER_CHROMEOS_NET_DELAY_NETWORK_CALL_H_
-namespace base {
-
-template <typename T>
-class Callback;
+#include "base/callback_forward.h"
-typedef Callback<void(void)> Closure;
+namespace base {
class TimeDelta;
« no previous file with comments | « chrome/browser/chromeos/base/locale_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698