Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(790)

Unified Diff: chrome/browser/extensions/extension_view.h

Issue 10913243: extensions: Add ExtensionView interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698