Index: ui/base/ozone/surface_factory_delegate_ozone.cc |
diff --git a/ui/base/ozone/surface_factory_delegate_ozone.cc b/ui/base/ozone/surface_factory_delegate_ozone.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..63a42b1bbfc0746d0ff5b9c7d4392ce529df9d37 |
--- /dev/null |
+++ b/ui/base/ozone/surface_factory_delegate_ozone.cc |
@@ -0,0 +1,15 @@ |
+// Copyright (c) 2013 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. |
+ |
+// Copyright (c) 2013 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/base/ozone/surface_factory_delegate_ozone.h" |
+ |
+namespace ui { |
+SurfaceFactoryDelegate::~SurfaceFactoryDelegate() { |
+} |
+ |
+} // namespace ui |