| Index: ash/common/devtools/ash_devtools_dom_agent.h
 | 
| diff --git a/ash/devtools/ash_devtools_dom_agent.h b/ash/common/devtools/ash_devtools_dom_agent.h
 | 
| similarity index 96%
 | 
| rename from ash/devtools/ash_devtools_dom_agent.h
 | 
| rename to ash/common/devtools/ash_devtools_dom_agent.h
 | 
| index 645e113716c70458e92b7dab1ac558784d820302..c66a04f2734ae8b84cdb362611b6768a7757b1b9 100644
 | 
| --- a/ash/devtools/ash_devtools_dom_agent.h
 | 
| +++ b/ash/common/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_DEVTOOLS_ASH_DEVTOOLS_DOM_AGENT_H_
 | 
| -#define ASH_DEVTOOLS_ASH_DEVTOOLS_DOM_AGENT_H_
 | 
| +#ifndef ASH_COMMON_DEVTOOLS_ASH_DEVTOOLS_DOM_AGENT_H_
 | 
| +#define ASH_COMMON_DEVTOOLS_ASH_DEVTOOLS_DOM_AGENT_H_
 | 
|  
 | 
| -#include "ash/wm_shell.h"
 | 
| +#include "ash/common/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_DEVTOOLS_ASH_DEVTOOLS_DOM_AGENT_H_
 | 
| +#endif  // ASH_COMMON_DEVTOOLS_ASH_DEVTOOLS_DOM_AGENT_H_
 | 
| 
 |