| Index: content/common/gpu/surface_capturer.cc
|
| diff --git a/ui/base/models/dialog_model.cc b/content/common/gpu/surface_capturer.cc
|
| similarity index 56%
|
| copy from ui/base/models/dialog_model.cc
|
| copy to content/common/gpu/surface_capturer.cc
|
| index 310bff04c5027dee495cf98b5f4512dda1a3fc46..3409da1c1339435b4e0934c29fba536b6d857535 100644
|
| --- a/ui/base/models/dialog_model.cc
|
| +++ b/content/common/gpu/surface_capturer.cc
|
| @@ -2,11 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/base/models/dialog_model.h"
|
| +#include "content/common/gpu/surface_capturer.h"
|
|
|
| -namespace ui {
|
| +namespace content {
|
|
|
| -DialogModel::~DialogModel() {
|
| -}
|
| +SurfaceCapturer::~SurfaceCapturer() {}
|
|
|
| -} // namespace ui
|
| +} // namespace content
|
|
|