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

Unified Diff: chrome/browser/views/options/cookies_view.cc

Issue 113143: Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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
Index: chrome/browser/views/options/cookies_view.cc
===================================================================
--- chrome/browser/views/options/cookies_view.cc (revision 15683)
+++ chrome/browser/views/options/cookies_view.cc (working copy)
@@ -12,7 +12,6 @@
#include "base/string_util.h"
#include "base/time_format.h"
#include "chrome/browser/profile.h"
-#include "chrome/browser/views/standard_layout.h"
#include "chrome/common/gfx/color_utils.h"
#include "chrome/common/win_util.h"
#include "grit/generated_resources.h"
@@ -26,6 +25,7 @@
#include "views/controls/button/native_button.h"
#include "views/controls/text_field.h"
#include "views/controls/table/table_view.h"
+#include "views/standard_layout.h"
// static
views::Window* CookiesView::instance_ = NULL;
« no previous file with comments | « chrome/browser/views/options/content_page_view.cc ('k') | chrome/browser/views/options/exceptions_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698