| Index: chrome/browser/extensions/extension_view.h
|
| diff --git a/chromeos/dbus/mock_shill_profile_client.cc b/chrome/browser/extensions/extension_view.h
|
| similarity index 55%
|
| copy from chromeos/dbus/mock_shill_profile_client.cc
|
| copy to chrome/browser/extensions/extension_view.h
|
| index 3f47ae89558ff3800e5255d22f70d03539d03636..e7f518128e3c2d00ac66be2557aed23af0ecb354 100644
|
| --- a/chromeos/dbus/mock_shill_profile_client.cc
|
| +++ b/chrome/browser/extensions/extension_view.h
|
| @@ -2,12 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chromeos/dbus/mock_shill_profile_client.h"
|
| -
|
| -namespace chromeos {
|
| -
|
| -MockShillProfileClient::MockShillProfileClient() {}
|
| -
|
| -MockShillProfileClient::~MockShillProfileClient() {}
|
| -
|
| -} // namespace chromeos
|
| +#ifndef CHROME_BROWSER_UI_EXTENSIONS_EXTENSION_VIEW_H_
|
| +#define CHROME_BROWSER_UI_EXTENSIONS_EXTENSION_VIEW_H_
|
| +
|
| +class ExtensionView {
|
| + public:
|
| + virtual ~ExtensionView() {}
|
| +};
|
| +#endif // CHROME_BROWSER_UI_EXTENSIONS_EXTENSION_VIEW_H_
|
|
|