| Index: content/browser/renderer_host/backing_store.h
|
| diff --git a/content/browser/renderer_host/backing_store.h b/content/browser/renderer_host/backing_store.h
|
| index 203f8de7b6f8f8b5318add743936f1da34cd3a5f..580616a617a5fbcf58c9b5f973121509189a1118 100644
|
| --- a/content/browser/renderer_host/backing_store.h
|
| +++ b/content/browser/renderer_host/backing_store.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -12,7 +12,7 @@
|
| #include "base/callback_forward.h"
|
| #include "content/common/content_export.h"
|
| #include "ui/gfx/size.h"
|
| -#include "ui/gfx/surface/transport_dib.h"
|
| +#include "ui/surface/transport_dib.h"
|
|
|
| class RenderProcessHost;
|
|
|
|
|