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

Unified Diff: chrome/browser/ui/views/constrained_window_win.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
« no previous file with comments | « chrome/browser/ui/views/clear_server_data.cc ('k') | chrome/browser/ui/views/instant_confirm_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/constrained_window_win.cc
===================================================================
--- chrome/browser/ui/views/constrained_window_win.cc (revision 70995)
+++ chrome/browser/ui/views/constrained_window_win.cc (working copy)
@@ -4,6 +4,8 @@
#include "chrome/browser/ui/views/constrained_window_win.h"
+#include <algorithm>
+
#include "app/resource_bundle.h"
#include "app/win/hwnd_util.h"
#include "app/win/win_util.h"
@@ -17,7 +19,6 @@
#include "chrome/browser/ui/window_sizer.h"
#include "chrome/common/chrome_constants.h"
#include "chrome/common/notification_service.h"
-#include "chrome/common/pref_names.h"
#include "gfx/canvas.h"
#include "gfx/font.h"
#include "gfx/path.h"
« no previous file with comments | « chrome/browser/ui/views/clear_server_data.cc ('k') | chrome/browser/ui/views/instant_confirm_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698