| Index: content/browser/compositor/gpu_browser_compositor_output_surface.h
|
| diff --git a/content/browser/aura/gpu_browser_compositor_output_surface.h b/content/browser/compositor/gpu_browser_compositor_output_surface.h
|
| similarity index 71%
|
| rename from content/browser/aura/gpu_browser_compositor_output_surface.h
|
| rename to content/browser/compositor/gpu_browser_compositor_output_surface.h
|
| index 76b9724d4a6c0c121b266d1cafcb7a5443c10c02..c67783939c6db43b6e54ab30a7beb6d001f43ae7 100644
|
| --- a/content/browser/aura/gpu_browser_compositor_output_surface.h
|
| +++ b/content/browser/compositor/gpu_browser_compositor_output_surface.h
|
| @@ -1,11 +1,11 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright 2014 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_AURA_GPU_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_
|
| -#define CONTENT_BROWSER_AURA_GPU_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_
|
| +#ifndef CONTENT_BROWSER_COMPOSITOR_GPU_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_
|
| +#define CONTENT_BROWSER_COMPOSITOR_GPU_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_
|
|
|
| -#include "content/browser/aura/browser_compositor_output_surface.h"
|
| +#include "content/browser/compositor/browser_compositor_output_surface.h"
|
|
|
| namespace content {
|
|
|
| @@ -33,4 +33,4 @@ class GpuBrowserCompositorOutputSurface
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_AURA_GPU_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_
|
| +#endif // CONTENT_BROWSER_COMPOSITOR_GPU_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_
|
|
|