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

Unified Diff: ui/views/controls/scroll_view.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/scroll_view.h ('k') | ui/views/controls/scrollbar/base_scroll_bar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/scroll_view.cc
diff --git a/views/controls/scroll_view.cc b/ui/views/controls/scroll_view.cc
similarity index 99%
rename from views/controls/scroll_view.cc
rename to ui/views/controls/scroll_view.cc
index 43d8377c0430c36f1e5787efe84993f91cfa6de5..8d67d287a8f07a042f3e7f359041d52e0137f3c7 100644
--- a/views/controls/scroll_view.cc
+++ b/ui/views/controls/scroll_view.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "views/controls/scroll_view.h"
+#include "ui/views/controls/scroll_view.h"
#include "base/logging.h"
#include "ui/views/controls/scrollbar/native_scroll_bar.h"
« no previous file with comments | « ui/views/controls/scroll_view.h ('k') | ui/views/controls/scrollbar/base_scroll_bar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698