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

Side by Side Diff: chrome/browser/tab_contents/render_view_host_delegate_helper.h

Issue 3010052: FBTF: Remove unneeded headers from base/ (part 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_TAB_CONTENTS_RENDER_VIEW_HOST_DELEGATE_HELPER_H_ 5 #ifndef CHROME_BROWSER_TAB_CONTENTS_RENDER_VIEW_HOST_DELEGATE_HELPER_H_
6 #define CHROME_BROWSER_TAB_CONTENTS_RENDER_VIEW_HOST_DELEGATE_HELPER_H_ 6 #define CHROME_BROWSER_TAB_CONTENTS_RENDER_VIEW_HOST_DELEGATE_HELPER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/waitable_event.h"
13 #include "chrome/browser/dom_ui/dom_ui_factory.h" 12 #include "chrome/browser/dom_ui/dom_ui_factory.h"
14 #include "chrome/common/window_container_type.h" 13 #include "chrome/common/window_container_type.h"
15 #include "gfx/rect.h" 14 #include "gfx/rect.h"
16 #include "third_party/WebKit/WebKit/chromium/public/WebPopupType.h" 15 #include "third_party/WebKit/WebKit/chromium/public/WebPopupType.h"
17 #include "webkit/glue/webpreferences.h" 16 #include "webkit/glue/webpreferences.h"
18 #include "webkit/glue/window_open_disposition.h" 17 #include "webkit/glue/window_open_disposition.h"
19 18
20 class BackgroundContents; 19 class BackgroundContents;
21 class Browser; 20 class Browser;
22 class ExtensionsService; 21 class ExtensionsService;
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 public: 97 public:
99 static WebPreferences GetWebkitPrefs(Profile* profile, bool is_dom_ui); 98 static WebPreferences GetWebkitPrefs(Profile* profile, bool is_dom_ui);
100 99
101 private: 100 private:
102 RenderViewHostDelegateHelper(); 101 RenderViewHostDelegateHelper();
103 102
104 DISALLOW_COPY_AND_ASSIGN(RenderViewHostDelegateHelper); 103 DISALLOW_COPY_AND_ASSIGN(RenderViewHostDelegateHelper);
105 }; 104 };
106 105
107 #endif // CHROME_BROWSER_TAB_CONTENTS_RENDER_VIEW_HOST_DELEGATE_HELPER_H_ 106 #endif // CHROME_BROWSER_TAB_CONTENTS_RENDER_VIEW_HOST_DELEGATE_HELPER_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/syncable/directory_manager.h ('k') | chrome/common/deprecated/event_sys-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698