Chromium Code Reviews| Index: content/public/browser/content_view.cc |
| diff --git a/content/public/browser/content_view.cc b/content/public/browser/content_view.cc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..aadfb74b10214d47bada75c421404ca382869b8d |
| --- /dev/null |
| +++ b/content/public/browser/content_view.cc |
| @@ -0,0 +1,15 @@ |
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
|
jam
2012/06/08 23:45:09
nit: don't need this file, so remove it (we only a
|
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#include "content/public/browser/content_view.h" |
| + |
| +namespace content { |
| + |
| +ContentView::ContentView() {} |
| + |
| +ContentView::~ContentView() {} |
| + |
| +}; |
| + |
| + |