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

Unified Diff: chrome/browser/extensions/api/extension_action/extension_actions_api.h

Issue 10528002: TabContentsWrapper -> TabContents, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/api/extension_action/extension_actions_api.h
diff --git a/chrome/browser/extensions/api/extension_action/extension_actions_api.h b/chrome/browser/extensions/api/extension_action/extension_actions_api.h
index 42be69ed2e6b51d5b2a8a04555d9ba111f56713b..f9e86d44a588691542576d279419cd0ebe1de972 100644
--- a/chrome/browser/extensions/api/extension_action/extension_actions_api.h
+++ b/chrome/browser/extensions/api/extension_action/extension_actions_api.h
@@ -12,7 +12,8 @@
namespace base {
class DictionaryValue;
}
-class TabContentsWrapper;
+class TabContents;
+typedef TabContents TabContentsWrapper;
// Implementation of both the browserAction and pageAction APIs.
//
« no previous file with comments | « chrome/browser/download/download_request_limiter.h ('k') | chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698