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

Unified Diff: chrome/common/temp_scaffolding_stubs.cc

Issue 63142: Scaffolding cleanup. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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/common/temp_scaffolding_stubs.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/temp_scaffolding_stubs.cc
===================================================================
--- chrome/common/temp_scaffolding_stubs.cc (revision 13387)
+++ chrome/common/temp_scaffolding_stubs.cc (working copy)
@@ -8,43 +8,23 @@
#include <vector>
-#include "base/file_util.h"
#include "base/logging.h"
-#include "base/thread.h"
-#include "base/path_service.h"
-#include "base/string_piece.h"
-#include "base/singleton.h"
-#include "base/task.h"
-#include "chrome/browser/autocomplete/history_url_provider.h"
#include "chrome/browser/automation/automation_provider.h"
-#include "chrome/browser/browser.h"
-#include "chrome/browser/browser_shutdown.h"
-#include "chrome/browser/debugger/debugger_shell.h"
-#include "chrome/browser/dom_ui/dom_ui.h"
#include "chrome/browser/download/download_request_dialog_delegate.h"
#include "chrome/browser/download/download_request_manager.h"
#include "chrome/browser/first_run.h"
-#include "chrome/browser/history/in_memory_history_backend.h"
#include "chrome/browser/memory_details.h"
-#include "chrome/browser/profile_manager.h"
-#include "chrome/browser/renderer_host/render_widget_helper.h"
-#include "chrome/browser/renderer_host/resource_message_filter.h"
#include "chrome/browser/rlz/rlz.h"
-#include "chrome/browser/search_engines/template_url_prepopulate_data.h"
#include "chrome/browser/shell_integration.h"
-#include "chrome/browser/tab_contents/web_contents.h"
-#include "chrome/common/chrome_constants.h"
-#include "chrome/common/chrome_paths.h"
-#include "chrome/common/chrome_plugin_util.h"
-#include "chrome/common/gfx/chrome_font.h"
-#include "chrome/common/gfx/text_elider.h"
-#include "chrome/common/notification_service.h"
-#include "chrome/common/pref_service.h"
#include "chrome/common/process_watcher.h"
-#include "net/url_request/url_request_context.h"
-#include "webkit/glue/webcursor.h"
-#include "webkit/glue/webkit_glue.h"
Evan Stade 2009/04/08 23:45:54 wow nice!
+#if defined(OS_MACOSX)
+#include "chrome/browser/download/download_item_model.h"
+#include "chrome/browser/download/download_shelf.h"
+#endif
+
+class TabContents;
+
//--------------------------------------------------------------------------
void AutomationProvider::GetActiveWindow(int* handle) { NOTIMPLEMENTED(); }
« no previous file with comments | « chrome/common/temp_scaffolding_stubs.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698