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

Unified Diff: chrome/browser/debugger/debugger_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
« no previous file with comments | « chrome/browser/browser.vcproj ('k') | chrome/browser/download/download_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/debugger/debugger_view.cc
===================================================================
--- chrome/browser/debugger/debugger_view.cc (revision 15683)
+++ chrome/browser/debugger/debugger_view.cc (working copy)
@@ -19,7 +19,6 @@
#include "chrome/browser/renderer_host/render_view_host.h"
#include "chrome/browser/tab_contents/tab_contents.h"
#include "chrome/browser/view_ids.h"
-#include "chrome/browser/views/standard_layout.h"
#include "chrome/browser/views/tab_contents_container_view.h"
#include "chrome/common/url_constants.h"
#include "grit/debugger_resources.h"
@@ -27,6 +26,7 @@
#include "views/controls/scrollbar/native_scroll_bar.h"
#include "views/controls/scroll_view.h"
#include "views/controls/text_field.h"
+#include "views/standard_layout.h"
#include "views/view.h"
DebuggerView::DebuggerView(DebuggerWindow* window)
« no previous file with comments | « chrome/browser/browser.vcproj ('k') | chrome/browser/download/download_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698