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

Unified Diff: chrome/browser/importer/toolbar_importer_utils.h

Issue 8702019: Use callback_forward.h instead of callback.h where possible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix include order. Created 9 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
« no previous file with comments | « chrome/browser/favicon/favicon_handler.h ('k') | chrome/browser/intents/web_intents_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/toolbar_importer_utils.h
diff --git a/chrome/browser/importer/toolbar_importer_utils.h b/chrome/browser/importer/toolbar_importer_utils.h
index ed0471513faedc4bb248fdf7ae0ca85487406109..27ca6ac810b2b31cb1c6fa9c1ef7b4f4d9d6e2ba 100644
--- a/chrome/browser/importer/toolbar_importer_utils.h
+++ b/chrome/browser/importer/toolbar_importer_utils.h
@@ -6,8 +6,7 @@
#define CHROME_BROWSER_IMPORTER_TOOLBAR_IMPORTER_UTILS_H_
#pragma once
-#include "base/bind.h"
-#include "base/callback.h"
+#include "base/callback_forward.h"
class Profile;
« no previous file with comments | « chrome/browser/favicon/favicon_handler.h ('k') | chrome/browser/intents/web_intents_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698