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

Unified Diff: chrome/browser/ui/views/tabs/tab_strip.cc

Issue 6122006: Cleanup: Remove unneeded includes of pref_names.h (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
Index: chrome/browser/ui/views/tabs/tab_strip.cc
===================================================================
--- chrome/browser/ui/views/tabs/tab_strip.cc (revision 70995)
+++ chrome/browser/ui/views/tabs/tab_strip.cc (working copy)
@@ -4,6 +4,8 @@
#include "chrome/browser/ui/views/tabs/tab_strip.h"
+#include <algorithm>
+
#include "app/drag_drop_types.h"
#include "app/l10n_util.h"
#include "app/resource_bundle.h"
@@ -16,7 +18,6 @@
#include "chrome/browser/ui/view_ids.h"
#include "chrome/browser/ui/views/tabs/tab.h"
#include "chrome/browser/ui/views/tabs/tab_strip_controller.h"
-#include "chrome/common/pref_names.h"
#include "gfx/canvas_skia.h"
#include "gfx/path.h"
#include "gfx/size.h"
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_dragging_test.cc ('k') | chrome/test/live_sync/live_preferences_sync_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698