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

Unified Diff: chrome/browser/chromeos/wm_overview_snapshot.cc

Issue 6257006: Move a bunch of random other files to src/ui/base... (Closed) Base URL: svn://svn.chromium.org/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/chromeos/wm_overview_fav_icon.cc ('k') | chrome/browser/chromeos/wm_overview_title.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/wm_overview_snapshot.cc
===================================================================
--- chrome/browser/chromeos/wm_overview_snapshot.cc (revision 71854)
+++ chrome/browser/chromeos/wm_overview_snapshot.cc (working copy)
@@ -6,10 +6,10 @@
#include <vector>
-#include "app/x11_util.h"
#include "chrome/browser/browser_window.h"
#include "chrome/browser/chromeos/wm_ipc.h"
#include "chrome/browser/ui/browser.h"
+#include "ui/base/x/x11_util.h"
#include "views/controls/image_view.h"
#include "views/controls/label.h"
#include "views/grid_layout.h"
@@ -44,7 +44,7 @@
void WmOverviewSnapshot::UpdateIndex(Browser* browser, int index) {
vector<int> params;
- params.push_back(x11_util::GetX11WindowFromGtkWidget(
+ params.push_back(ui::GetX11WindowFromGtkWidget(
GTK_WIDGET(browser->window()->GetNativeHandle())));
params.push_back(index);
WmIpc::instance()->SetWindowType(
« no previous file with comments | « chrome/browser/chromeos/wm_overview_fav_icon.cc ('k') | chrome/browser/chromeos/wm_overview_title.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698