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

Unified Diff: chrome/browser/autofill/autofill_manager.h

Issue 9600036: Move Render(View|Widget)Host and associated classes to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 8 years, 9 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
« no previous file with comments | « chrome/browser/autofill/autofill_external_delegate.cc ('k') | chrome/browser/autofill/autofill_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_manager.h
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
index 058ee25d75b258f69124e23e11cb0a85e4f08513..f372819c80fa7aa2881564d4eda71610af4e8cdf 100644
--- a/chrome/browser/autofill/autofill_manager.h
+++ b/chrome/browser/autofill/autofill_manager.h
@@ -31,14 +31,17 @@ class AutofillMetrics;
class CreditCard;
class PersonalDataManager;
class PrefService;
-class RenderViewHost;
class TabContentsWrapper;
struct ViewHostMsg_FrameNavigate_Params;
+namespace content {
+class RenderViewHost;
+}
+
namespace gfx {
class Rect;
-};
+}
namespace IPC {
class Message;
@@ -167,7 +170,7 @@ class AutofillManager : public content::WebContentsObserver,
// Returns false if Autofill is disabled or if the host is unavailable.
bool GetHost(const std::vector<AutofillProfile*>& profiles,
const std::vector<CreditCard*>& credit_cards,
- RenderViewHost** host) const WARN_UNUSED_RESULT;
+ content::RenderViewHost** host) const WARN_UNUSED_RESULT;
// Unpacks |unique_id| and fills |profile| or |credit_card| with the
// appropriate data source. Returns false if the unpacked id cannot be found.
« no previous file with comments | « chrome/browser/autofill/autofill_external_delegate.cc ('k') | chrome/browser/autofill/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698