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

Unified Diff: ui/views/controls/resize_area.cc

Issue 8687031: views: Move the remaining files to ui/views/controls/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « ui/views/controls/resize_area.h ('k') | ui/views/controls/resize_area_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/resize_area.cc
diff --git a/views/controls/resize_area.cc b/ui/views/controls/resize_area.cc
similarity index 96%
rename from views/controls/resize_area.cc
rename to ui/views/controls/resize_area.cc
index 88ac5b57002c49057a1c8e19a78072ed8215749b..832ebecb2ce5f9e0508b2857dcdaf4760c81ad34 100644
--- a/views/controls/resize_area.cc
+++ b/ui/views/controls/resize_area.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "views/controls/resize_area.h"
+#include "ui/views/controls/resize_area.h"
#include "base/logging.h"
#include "ui/base/accessibility/accessible_view_state.h"
#include "ui/base/resource/resource_bundle.h"
-#include "views/controls/resize_area_delegate.h"
+#include "ui/views/controls/resize_area_delegate.h"
#if defined(OS_LINUX)
#include "ui/gfx/gtk_util.h"
« no previous file with comments | « ui/views/controls/resize_area.h ('k') | ui/views/controls/resize_area_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698