| Index: content/browser/renderer_host/browser_compositor_view_mac.h
|
| diff --git a/content/browser/compositor/browser_compositor_view_mac.h b/content/browser/renderer_host/browser_compositor_view_mac.h
|
| similarity index 93%
|
| rename from content/browser/compositor/browser_compositor_view_mac.h
|
| rename to content/browser/renderer_host/browser_compositor_view_mac.h
|
| index c6ee6ffe345b0c5b898fc248904dfed753b6ffdf..9ad7e483b4e1f27f574a207fb06f246b4854428c 100644
|
| --- a/content/browser/compositor/browser_compositor_view_mac.h
|
| +++ b/content/browser/renderer_host/browser_compositor_view_mac.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 CONTENT_BROWSER_COMPOSITOR_BROWSER_COMPOSITOR_VIEW_MAC_H_
|
| -#define CONTENT_BROWSER_COMPOSITOR_BROWSER_COMPOSITOR_VIEW_MAC_H_
|
| +#ifndef CONTENT_BROWSER_RENDERER_HOST_BROWSER_COMPOSITOR_VIEW_MAC_H_
|
| +#define CONTENT_BROWSER_RENDERER_HOST_BROWSER_COMPOSITOR_VIEW_MAC_H_
|
|
|
| #include "base/macros.h"
|
| #include "ui/accelerated_widget_mac/accelerated_widget_mac.h"
|
| @@ -75,4 +75,4 @@ class BrowserCompositorMacPlaceholder {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_COMPOSITOR_BROWSER_COMPOSITOR_VIEW_MAC_H_
|
| +#endif // CONTENT_BROWSER_RENDERER_HOST_BROWSER_COMPOSITOR_VIEW_MAC_H_
|
|
|