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

Unified Diff: chrome/browser/chromeos/base/locale_util.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 | « no previous file | chrome/browser/chromeos/net/delay_network_call.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/base/locale_util.h
diff --git a/chrome/browser/chromeos/base/locale_util.h b/chrome/browser/chromeos/base/locale_util.h
index 6f76ec6ac82c004de79c9d7a2a8844299454a501..cef268c39788d1ab0b3b9be15ba48a08b06e892f 100644
--- a/chrome/browser/chromeos/base/locale_util.h
+++ b/chrome/browser/chromeos/base/locale_util.h
@@ -9,17 +9,11 @@
#include <string>
+#include "base/callback_forward.h"
#include "base/memory/scoped_ptr.h"
class Profile;
-namespace base {
-
-template <typename T>
-class Callback;
-
-} // namespace base
-
namespace chromeos {
namespace locale_util {
« no previous file with comments | « no previous file | chrome/browser/chromeos/net/delay_network_call.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698