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

Side by Side Diff: chrome/browser/dom_ui/chrome_url_data_manager.cc

Issue 6028009: Move base/thread.h to base/threading, fix up callers to use the new location.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #include "chrome/browser/dom_ui/chrome_url_data_manager.h" 5 #include "chrome/browser/dom_ui/chrome_url_data_manager.h"
6 6
7 #include "app/l10n_util.h" 7 #include "app/l10n_util.h"
8 #include "base/file_util.h" 8 #include "base/file_util.h"
9 #include "base/i18n/rtl.h" 9 #include "base/i18n/rtl.h"
10 #include "base/message_loop.h" 10 #include "base/message_loop.h"
11 #include "base/path_service.h" 11 #include "base/path_service.h"
12 #include "base/ref_counted_memory.h" 12 #include "base/ref_counted_memory.h"
13 #include "base/singleton.h" 13 #include "base/singleton.h"
14 #include "base/string_util.h" 14 #include "base/string_util.h"
15 #include "base/thread.h" 15 #include "base/threading/thread.h"
16 #include "base/values.h" 16 #include "base/values.h"
17 #if defined(OS_WIN) 17 #if defined(OS_WIN)
18 #include "base/win/windows_version.h" 18 #include "base/win/windows_version.h"
19 #endif 19 #endif
20 #include "chrome/browser/appcache/view_appcache_internals_job_factory.h" 20 #include "chrome/browser/appcache/view_appcache_internals_job_factory.h"
21 #include "chrome/browser/browser_thread.h" 21 #include "chrome/browser/browser_thread.h"
22 #include "chrome/browser/dom_ui/shared_resources_data_source.h" 22 #include "chrome/browser/dom_ui/shared_resources_data_source.h"
23 #include "chrome/browser/net/chrome_url_request_context.h" 23 #include "chrome/browser/net/chrome_url_request_context.h"
24 #include "chrome/browser/net/view_blob_internals_job_factory.h" 24 #include "chrome/browser/net/view_blob_internals_job_factory.h"
25 #include "chrome/browser/net/view_http_cache_job_factory.h" 25 #include "chrome/browser/net/view_http_cache_job_factory.h"
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 net::ERR_INVALID_URL)); 431 net::ERR_INVALID_URL));
432 } 432 }
433 } 433 }
434 434
435 URLRequestChromeFileJob::URLRequestChromeFileJob(net::URLRequest* request, 435 URLRequestChromeFileJob::URLRequestChromeFileJob(net::URLRequest* request,
436 const FilePath& path) 436 const FilePath& path)
437 : net::URLRequestFileJob(request, path) { 437 : net::URLRequestFileJob(request, path) {
438 } 438 }
439 439
440 URLRequestChromeFileJob::~URLRequestChromeFileJob() { } 440 URLRequestChromeFileJob::~URLRequestChromeFileJob() { }
OLDNEW
« no previous file with comments | « chrome/browser/device_orientation/provider_impl.cc ('k') | chrome/browser/dom_ui/dom_ui_screenshot_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698