| Index: content/browser/compositor/software_browser_compositor_output_surface.h
|
| diff --git a/content/browser/aura/software_browser_compositor_output_surface.h b/content/browser/compositor/software_browser_compositor_output_surface.h
|
| similarity index 76%
|
| rename from content/browser/aura/software_browser_compositor_output_surface.h
|
| rename to content/browser/compositor/software_browser_compositor_output_surface.h
|
| index 79c7901f05585e12e2bea8fad4f02d4ea53fffcc..88bf9a9b146227e35f5090a2a902e4818b9a1694 100644
|
| --- a/content/browser/aura/software_browser_compositor_output_surface.h
|
| +++ b/content/browser/compositor/software_browser_compositor_output_surface.h
|
| @@ -1,12 +1,12 @@
|
| -// 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_SOFTWARE_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_
|
| -#define CONTENT_BROWSER_AURA_SOFTWARE_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_
|
| +#ifndef CONTENT_BROWSER_COMPOSITOR_SOFTWARE_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_
|
| +#define CONTENT_BROWSER_COMPOSITOR_SOFTWARE_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_
|
|
|
| #include "base/memory/weak_ptr.h"
|
| -#include "content/browser/aura/browser_compositor_output_surface.h"
|
| +#include "content/browser/compositor/browser_compositor_output_surface.h"
|
| #include "content/common/content_export.h"
|
| #include "ui/compositor/compositor.h"
|
|
|
| @@ -47,4 +47,4 @@ class CONTENT_EXPORT SoftwareBrowserCompositorOutputSurface
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_AURA_SOFTWARE_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_
|
| +#endif // CONTENT_BROWSER_COMPOSITOR_SOFTWARE_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_
|
|
|