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

Unified Diff: ash/devtools/ash_devtools_css_agent.h

Issue 2729363002: chromeos: Move files in //ash/common to //ash, part 3 (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/devtools/OWNERS ('k') | ash/devtools/ash_devtools_css_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/devtools/ash_devtools_css_agent.h
diff --git a/ash/common/devtools/ash_devtools_css_agent.h b/ash/devtools/ash_devtools_css_agent.h
similarity index 89%
rename from ash/common/devtools/ash_devtools_css_agent.h
rename to ash/devtools/ash_devtools_css_agent.h
index 84f645d2b940daf7a7d67efd7cd6e39145415f86..cffe440e87f394b00038ef9cd74cdbd5dbfb7ea0 100644
--- a/ash/common/devtools/ash_devtools_css_agent.h
+++ b/ash/devtools/ash_devtools_css_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_CSS_AGENT_H_
-#define ASH_COMMON_DEVTOOLS_ASH_DEVTOOLS_CSS_AGENT_H_
+#ifndef ASH_DEVTOOLS_ASH_DEVTOOLS_CSS_AGENT_H_
+#define ASH_DEVTOOLS_ASH_DEVTOOLS_CSS_AGENT_H_
-#include "ash/common/devtools/ash_devtools_dom_agent.h"
+#include "ash/devtools/ash_devtools_dom_agent.h"
#include "components/ui_devtools/CSS.h"
#include "ui/views/widget/widget_observer.h"
@@ -54,4 +54,4 @@ class ASH_EXPORT AshDevToolsCSSAgent
} // namespace devtools
} // namespace ash
-#endif // ASH_COMMON_DEVTOOLS_ASH_DEVTOOLS_CSS_AGENT_H_
+#endif // ASH_DEVTOOLS_ASH_DEVTOOLS_CSS_AGENT_H_
« no previous file with comments | « ash/devtools/OWNERS ('k') | ash/devtools/ash_devtools_css_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698