| Index: ui/surface/transport_dib_linux.cc
|
| diff --git a/ui/gfx/surface/transport_dib_linux.cc b/ui/surface/transport_dib_linux.cc
|
| similarity index 97%
|
| rename from ui/gfx/surface/transport_dib_linux.cc
|
| rename to ui/surface/transport_dib_linux.cc
|
| index c41ea9ea9c4166ca6cf0e222b0f92ceb077bce4f..ae407f9d32d2d896d73a9ffe3bc1e3c1cbc0817a 100644
|
| --- a/ui/gfx/surface/transport_dib_linux.cc
|
| +++ b/ui/surface/transport_dib_linux.cc
|
| @@ -1,8 +1,8 @@
|
| -// 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.
|
|
|
| -#include "ui/gfx/surface/transport_dib.h"
|
| +#include "ui/surface/transport_dib.h"
|
|
|
| #include <errno.h>
|
| #include <stdlib.h>
|
|
|