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

Side by Side Diff: webkit/browser/blob/blob_url_request_job_factory.h

Issue 15746017: Move webkit/blob to new locations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 WEBKIT_BLOB_BLOB_URL_REQUEST_JOB_FACTORY_H_ 5 #ifndef WEBKIT_BROWSER_BLOB_BLOB_URL_REQUEST_JOB_FACTORY_H_
6 #define WEBKIT_BLOB_BLOB_URL_REQUEST_JOB_FACTORY_H_ 6 #define WEBKIT_BROWSER_BLOB_BLOB_URL_REQUEST_JOB_FACTORY_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
10 #include "net/url_request/url_request_job_factory.h" 10 #include "net/url_request/url_request_job_factory.h"
11 #include "webkit/storage/webkit_storage_export.h" 11 #include "webkit/storage/webkit_storage_export.h"
12 12
13 namespace base { 13 namespace base {
14 class MessageLoopProxy; 14 class MessageLoopProxy;
15 } // namespace base 15 } // namespace base
16 16
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 // ProfileIOData, which also owns this ProtocolHandler. 48 // ProfileIOData, which also owns this ProtocolHandler.
49 BlobStorageController* const blob_storage_controller_; 49 BlobStorageController* const blob_storage_controller_;
50 const scoped_refptr<fileapi::FileSystemContext> file_system_context_; 50 const scoped_refptr<fileapi::FileSystemContext> file_system_context_;
51 const scoped_refptr<base::MessageLoopProxy> file_loop_proxy_; 51 const scoped_refptr<base::MessageLoopProxy> file_loop_proxy_;
52 52
53 DISALLOW_COPY_AND_ASSIGN(BlobProtocolHandler); 53 DISALLOW_COPY_AND_ASSIGN(BlobProtocolHandler);
54 }; 54 };
55 55
56 } // namespace webkit_blob 56 } // namespace webkit_blob
57 57
58 #endif // WEBKIT_BLOB_BLOB_URL_REQUEST_JOB_FACTORY_H_ 58 #endif // WEBKIT_BROWSER_BLOB_BLOB_URL_REQUEST_JOB_FACTORY_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698