| Index: ui/gfx/surface/transport_dib_linux.cc
|
| diff --git a/app/surface/transport_dib_linux.cc b/ui/gfx/surface/transport_dib_linux.cc
|
| similarity index 96%
|
| rename from app/surface/transport_dib_linux.cc
|
| rename to ui/gfx/surface/transport_dib_linux.cc
|
| index 69fabffca24935b6e74fdb04f5964a175efd6ca8..896b1aada1a9ede56a5250627e73f90934ab995f 100644
|
| --- a/app/surface/transport_dib_linux.cc
|
| +++ b/ui/gfx/surface/transport_dib_linux.cc
|
| @@ -1,13 +1,14 @@
|
| -// Copyright (c) 2009 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.
|
|
|
| +#include "ui/gfx/surface/transport_dib.h"
|
| +
|
| #include <errno.h>
|
| #include <stdlib.h>
|
| #include <sys/ipc.h>
|
| #include <sys/shm.h>
|
|
|
| -#include "app/surface/transport_dib.h"
|
| #include "base/logging.h"
|
| #include "base/scoped_ptr.h"
|
| #include "skia/ext/platform_canvas.h"
|
|
|