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

Side by Side Diff: chrome/browser/android/offline_pages/prerendering_offliner_factory.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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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_PRERENDERING_OFFLINER_FACTORY_H_ 5 #ifndef CHROME_BROWSER_ANDROID_OFFLINE_PAGES_PRERENDERING_OFFLINER_FACTORY_H_
6 #define CHROME_BROWSER_ANDROID_OFFLINE_PAGES_PRERENDERING_OFFLINER_FACTORY_H_ 6 #define CHROME_BROWSER_ANDROID_OFFLINE_PAGES_PRERENDERING_OFFLINER_FACTORY_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "components/offline_pages/background/offliner_factory.h" 9 #include "components/offline_pages/core/background/offliner_factory.h"
10 10
11 namespace content { 11 namespace content {
12 class BrowserContext; 12 class BrowserContext;
13 } // namespace content 13 } // namespace content
14 14
15 namespace offline_pages { 15 namespace offline_pages {
16 16
17 class OfflinerPolicy; 17 class OfflinerPolicy;
18 class Offliner; 18 class Offliner;
19 class PrerenderingOffliner; 19 class PrerenderingOffliner;
(...skipping 16 matching lines...) Expand all
36 // This is an unowned pointer, expected to stay valid for the lifetime of the 36 // This is an unowned pointer, expected to stay valid for the lifetime of the
37 // factory. 37 // factory.
38 content::BrowserContext* context_; 38 content::BrowserContext* context_;
39 39
40 DISALLOW_COPY_AND_ASSIGN(PrerenderingOfflinerFactory); 40 DISALLOW_COPY_AND_ASSIGN(PrerenderingOfflinerFactory);
41 }; 41 };
42 42
43 } // namespace offline_pages 43 } // namespace offline_pages
44 44
45 #endif // CHROME_BROWSER_ANDROID_OFFLINE_PAGES_PRERENDERING_OFFLINER_FACTORY_H_ 45 #endif // CHROME_BROWSER_ANDROID_OFFLINE_PAGES_PRERENDERING_OFFLINER_FACTORY_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698