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

Side by Side Diff: chrome/browser/android/offline_pages/offline_page_mhtml_archiver.h

Issue 2489443002: Move all components/offline_pages/ files into component/offline_pages/core (Closed)
Patch Set: rebase Created 4 years 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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_ANDROID_OFFLINE_PAGES_OFFLINE_PAGE_MHTML_ARCHIVER_H_ 5 #ifndef CHROME_BROWSER_ANDROID_OFFLINE_PAGES_OFFLINE_PAGE_MHTML_ARCHIVER_H_
6 #define CHROME_BROWSER_ANDROID_OFFLINE_PAGES_OFFLINE_PAGE_MHTML_ARCHIVER_H_ 6 #define CHROME_BROWSER_ANDROID_OFFLINE_PAGES_OFFLINE_PAGE_MHTML_ARCHIVER_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <map> 10 #include <map>
11 #include <string> 11 #include <string>
12 12
13 #include "base/callback.h" 13 #include "base/callback.h"
14 #include "base/macros.h" 14 #include "base/macros.h"
15 #include "base/memory/ref_counted.h" 15 #include "base/memory/ref_counted.h"
16 #include "base/memory/weak_ptr.h" 16 #include "base/memory/weak_ptr.h"
17 #include "components/offline_pages/offline_page_archiver.h" 17 #include "components/offline_pages/core/offline_page_archiver.h"
18 18
19 namespace base { 19 namespace base {
20 class FilePath; 20 class FilePath;
21 } // namespace base 21 } // namespace base
22 22
23 namespace content { 23 namespace content {
24 class WebContents; 24 class WebContents;
25 } // namespace content 25 } // namespace content
26 26
27 namespace offline_pages { 27 namespace offline_pages {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 CreateArchiveCallback callback_; 88 CreateArchiveCallback callback_;
89 89
90 base::WeakPtrFactory<OfflinePageMHTMLArchiver> weak_ptr_factory_; 90 base::WeakPtrFactory<OfflinePageMHTMLArchiver> weak_ptr_factory_;
91 91
92 DISALLOW_COPY_AND_ASSIGN(OfflinePageMHTMLArchiver); 92 DISALLOW_COPY_AND_ASSIGN(OfflinePageMHTMLArchiver);
93 }; 93 };
94 94
95 } // namespace offline_pages 95 } // namespace offline_pages
96 96
97 #endif // CHROME_BROWSER_ANDROID_OFFLINE_PAGES_OFFLINE_PAGE_MHTML_ARCHIVER_H_ 97 #endif // CHROME_BROWSER_ANDROID_OFFLINE_PAGES_OFFLINE_PAGE_MHTML_ARCHIVER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698