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

Side by Side Diff: ash/common/devtools/ash_devtools_css_agent.cc

Issue 2726823003: Remove WmLookup. (Closed)
Patch Set: Clean up include and modify comment. Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « ash/aura/wm_shell_aura.h ('k') | ash/common/devtools/ash_devtools_dom_agent.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/common/devtools/ash_devtools_css_agent.h" 5 #include "ash/common/devtools/ash_devtools_css_agent.h"
6 6
7 #include "ash/common/wm_lookup.h"
8 #include "ash/common/wm_window.h" 7 #include "ash/common/wm_window.h"
9 #include "base/strings/string_split.h" 8 #include "base/strings/string_split.h"
10 #include "base/strings/string_util.h" 9 #include "base/strings/string_util.h"
11 10
12 namespace ash { 11 namespace ash {
13 namespace devtools { 12 namespace devtools {
14 13
15 namespace { 14 namespace {
16 using namespace ui::devtools::protocol; 15 using namespace ui::devtools::protocol;
17 16
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 if (view) { 218 if (view) {
220 view->SetBoundsRect(bounds); 219 view->SetBoundsRect(bounds);
221 return true; 220 return true;
222 } 221 }
223 222
224 return false; 223 return false;
225 } 224 }
226 225
227 } // namespace devtools 226 } // namespace devtools
228 } // namespace ash 227 } // namespace ash
OLDNEW
« no previous file with comments | « ash/aura/wm_shell_aura.h ('k') | ash/common/devtools/ash_devtools_dom_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698