Index: content/browser/renderer_host/accelerated_surface_container_manager_mac.h |
diff --git a/content/browser/renderer_host/accelerated_surface_container_manager_mac.h b/content/browser/renderer_host/accelerated_surface_container_manager_mac.h |
index e3a4e0ed53699664a79b1ad5b6fe9aab29c9fb05..8e5cd22cdc6507a9f2b652e04cecff53de8b8b85 100644 |
--- a/content/browser/renderer_host/accelerated_surface_container_manager_mac.h |
+++ b/content/browser/renderer_host/accelerated_surface_container_manager_mac.h |
@@ -1,18 +1,18 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 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_RENDERER_HOST_GPU_PLUGIN_CONTAINER_MANAGER_MAC_H_ |
-#define CONTENT_BROWSER_RENDERER_HOST_GPU_PLUGIN_CONTAINER_MANAGER_MAC_H_ |
+#ifndef CONTENT_BROWSER_RENDERER_HOST_ACCELERATED_SURFACE_CONTAINER_MANAGER_MAC_H_ |
+#define CONTENT_BROWSER_RENDERER_HOST_ACCELERATED_SURFACE_CONTAINER_MANAGER_MAC_H_ |
#pragma once |
#include <OpenGL/OpenGL.h> |
#include <map> |
-#include "app/surface/transport_dib.h" |
#include "base/basictypes.h" |
#include "base/synchronization/lock.h" |
#include "ui/gfx/native_widget_types.h" |
+#include "ui/gfx/surface/transport_dib.h" |
namespace webkit { |
namespace npapi { |
@@ -122,4 +122,4 @@ class AcceleratedSurfaceContainerManagerMac { |
DISALLOW_COPY_AND_ASSIGN(AcceleratedSurfaceContainerManagerMac); |
}; |
-#endif // CONTENT_BROWSER_RENDERER_HOST_GPU_PLUGIN_CONTAINER_MANAGER_MAC_H_ |
+#endif // CONTENT_BROWSER_RENDERER_HOST_ACCELERATED_SURFACE_CONTAINER_MANAGER_MAC_H_ |