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

Unified Diff: ash/devtools/ash_devtools_dom_agent.h

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 10 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 | « ash/devtools/ash_devtools_css_agent.cc ('k') | ash/devtools/ash_devtools_dom_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/devtools/ash_devtools_dom_agent.h
diff --git a/ash/common/devtools/ash_devtools_dom_agent.h b/ash/devtools/ash_devtools_dom_agent.h
similarity index 96%
rename from ash/common/devtools/ash_devtools_dom_agent.h
rename to ash/devtools/ash_devtools_dom_agent.h
index c66a04f2734ae8b84cdb362611b6768a7757b1b9..645e113716c70458e92b7dab1ac558784d820302 100644
--- a/ash/common/devtools/ash_devtools_dom_agent.h
+++ b/ash/devtools/ash_devtools_dom_agent.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_COMMON_DEVTOOLS_ASH_DEVTOOLS_DOM_AGENT_H_
-#define ASH_COMMON_DEVTOOLS_ASH_DEVTOOLS_DOM_AGENT_H_
+#ifndef ASH_DEVTOOLS_ASH_DEVTOOLS_DOM_AGENT_H_
+#define ASH_DEVTOOLS_ASH_DEVTOOLS_DOM_AGENT_H_
-#include "ash/common/wm_shell.h"
+#include "ash/wm_shell.h"
#include "base/compiler_specific.h"
#include "base/observer_list.h"
#include "components/ui_devtools/DOM.h"
@@ -152,4 +152,4 @@ class ASH_EXPORT AshDevToolsDOMAgent
} // namespace devtools
} // namespace ash
-#endif // ASH_COMMON_DEVTOOLS_ASH_DEVTOOLS_DOM_AGENT_H_
+#endif // ASH_DEVTOOLS_ASH_DEVTOOLS_DOM_AGENT_H_
« no previous file with comments | « ash/devtools/ash_devtools_css_agent.cc ('k') | ash/devtools/ash_devtools_dom_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698