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

Unified Diff: chrome/browser/win/jumplist.cc

Issue 2861393002: Fix to include correct header files in jumplist.{h, cc} (Closed)
Patch Set: Created 3 years, 7 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/win/jumplist.cc
diff --git a/chrome/browser/win/jumplist.cc b/chrome/browser/win/jumplist.cc
index 379ebf0e2b2b8d9d95303a90060e732d6a998d65..bacf1f11b2822924d985ce03bd9471dbfb8c9029 100644
--- a/chrome/browser/win/jumplist.cc
+++ b/chrome/browser/win/jumplist.cc
@@ -4,8 +4,6 @@
#include "chrome/browser/win/jumplist.h"
-#include <utility>
grt (UTC plus 2) 2017/05/08 08:42:23 while you're at it, please remove <vector> from th
chengx 2017/05/08 20:55:10 Done.
-
#include "base/bind.h"
grt (UTC plus 2) 2017/05/08 08:42:23 #include "base/base_paths.h"
chengx 2017/05/08 20:55:10 Done.
#include "base/bind_helpers.h"
#include "base/command_line.h"
« 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