| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
 | 
| diff --git a/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
 | 
| similarity index 94%
 | 
| rename from chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h
 | 
| rename to chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
 | 
| index 489312aaf027ffc16bdcd7c7081b26f9e60011cf..39b86d7935e76fffc4792c649f719fd60cdcd5e2 100644
 | 
| --- a/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h
 | 
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
 | 
| @@ -2,8 +2,8 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#ifndef CHROME_BROWSER_UI_VIEWS_ASH_BROWSER_NON_CLIENT_FRAME_VIEW_ASH_H_
 | 
| -#define CHROME_BROWSER_UI_VIEWS_ASH_BROWSER_NON_CLIENT_FRAME_VIEW_ASH_H_
 | 
| +#ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_ASH_H_
 | 
| +#define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_ASH_H_
 | 
|  
 | 
|  #include "base/gtest_prod_util.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
| @@ -117,4 +117,4 @@ class BrowserNonClientFrameViewAsh
 | 
|    DISALLOW_COPY_AND_ASSIGN(BrowserNonClientFrameViewAsh);
 | 
|  };
 | 
|  
 | 
| -#endif  // CHROME_BROWSER_UI_VIEWS_ASH_BROWSER_NON_CLIENT_FRAME_VIEW_ASH_H_
 | 
| +#endif  // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_ASH_H_
 | 
| 
 |