| Index: content/browser/compositor/buffer_queue.h
|
| diff --git a/content/browser/compositor/buffer_queue.h b/content/browser/compositor/buffer_queue.h
|
| index 81391a30f725e8c6ae704711f0c1b002f18419ee..153761916dc906c8016bbde594a37f1b0614bb36 100644
|
| --- a/content/browser/compositor/buffer_queue.h
|
| +++ b/content/browser/compositor/buffer_queue.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_BUFFERED_OUTPUT_SURFACE_H_
|
| -#define CONTENT_BROWSER_COMPOSITOR_BUFFERED_OUTPUT_SURFACE_H_
|
| +#ifndef CONTENT_BROWSER_COMPOSITOR_BUFFER_QUEUE_H_
|
| +#define CONTENT_BROWSER_COMPOSITOR_BUFFER_QUEUE_H_
|
|
|
| #include <queue>
|
| #include <vector>
|
| @@ -93,4 +93,4 @@ class CONTENT_EXPORT BufferQueue {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_COMPOSITOR_BUFFERED_OUTPUT_SURFACE_H_
|
| +#endif // CONTENT_BROWSER_COMPOSITOR_BUFFER_QUEUE_H_
|
|
|