| Index: ui/surface/transport_dib_android.cc
|
| diff --git a/ui/gfx/surface/transport_dib_android.cc b/ui/surface/transport_dib_android.cc
|
| similarity index 95%
|
| rename from ui/gfx/surface/transport_dib_android.cc
|
| rename to ui/surface/transport_dib_android.cc
|
| index 432ae71e86ebae1b60731274226175bc8784ac19..54f8dc3efac8ca3811ecdf31523ffe21c71e80e0 100644
|
| --- a/ui/gfx/surface/transport_dib_android.cc
|
| +++ b/ui/surface/transport_dib_android.cc
|
| @@ -1,11 +1,11 @@
|
| -// 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 <unistd.h>
|
| #include <sys/stat.h>
|
| +#include <unistd.h>
|
|
|
| #include "base/eintr_wrapper.h"
|
| #include "base/logging.h"
|
|
|