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

Unified Diff: chrome/browser/extensions/api/input/input.h

Issue 166053003: Move ProfileKeyedAPI implementations to take BrowserContext in the constructor (part 2). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: | Created 6 years, 10 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/input/input.h
diff --git a/chrome/browser/extensions/api/input/input.h b/chrome/browser/extensions/api/input/input.h
index 1a99d2203e763407bc23271f60fc8a21c24626bd..8e3fa1ad01e4958701f86248756896f7dc430de2 100644
--- a/chrome/browser/extensions/api/input/input.h
+++ b/chrome/browser/extensions/api/input/input.h
@@ -9,7 +9,9 @@
#include "chrome/browser/extensions/api/profile_keyed_api_factory.h"
#include "extensions/browser/extension_function.h"
-class Profile;
+namespace content {
+class BrowserContext;
+}
namespace extensions {
@@ -109,7 +111,7 @@ class VirtualKeyboardPrivateGetKeyboardConfigFunction
class InputAPI : public ProfileKeyedAPI {
public:
- explicit InputAPI(Profile* profile);
+ explicit InputAPI(content::BrowserContext* context);
virtual ~InputAPI();
// ProfileKeyedAPI implementation.
« no previous file with comments | « chrome/browser/extensions/api/image_writer_private/operation_manager.cc ('k') | chrome/browser/extensions/api/input/input.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698