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

Side by Side Diff: chrome/browser/apps/drive/drive_app_converter.h

Issue 1190203002: Move (most of) chrome/browser/drive into components/drive/service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 years, 5 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
« no previous file with comments | « chrome/browser/apps/drive/DEPS ('k') | chrome/browser/apps/drive/drive_app_provider.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_APPS_DRIVE_DRIVE_APP_CONVERTER_H_ 5 #ifndef CHROME_BROWSER_APPS_DRIVE_DRIVE_APP_CONVERTER_H_
6 #define CHROME_BROWSER_APPS_DRIVE_DRIVE_APP_CONVERTER_H_ 6 #define CHROME_BROWSER_APPS_DRIVE_DRIVE_APP_CONVERTER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
13 #include "base/memory/scoped_vector.h" 13 #include "base/memory/scoped_vector.h"
14 #include "chrome/browser/drive/drive_app_registry.h"
15 #include "chrome/browser/extensions/install_observer.h" 14 #include "chrome/browser/extensions/install_observer.h"
16 #include "chrome/common/web_application_info.h" 15 #include "chrome/common/web_application_info.h"
16 #include "components/drive/drive_app_registry.h"
17 17
18 class Profile; 18 class Profile;
19 19
20 namespace extensions { 20 namespace extensions {
21 class CrxInstaller; 21 class CrxInstaller;
22 class Extension; 22 class Extension;
23 } 23 }
24 24
25 // DriveAppConverter creates and installs a local URL app for the given 25 // DriveAppConverter creates and installs a local URL app for the given
26 // DriveAppInfo into the given profile. 26 // DriveAppInfo into the given profile.
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 65
66 ScopedVector<IconFetcher> fetchers_; 66 ScopedVector<IconFetcher> fetchers_;
67 scoped_refptr<extensions::CrxInstaller> crx_installer_; 67 scoped_refptr<extensions::CrxInstaller> crx_installer_;
68 68
69 FinishedCallback finished_callback_; 69 FinishedCallback finished_callback_;
70 70
71 DISALLOW_COPY_AND_ASSIGN(DriveAppConverter); 71 DISALLOW_COPY_AND_ASSIGN(DriveAppConverter);
72 }; 72 };
73 73
74 #endif // CHROME_BROWSER_APPS_DRIVE_DRIVE_APP_CONVERTER_H_ 74 #endif // CHROME_BROWSER_APPS_DRIVE_DRIVE_APP_CONVERTER_H_
OLDNEW
« no previous file with comments | « chrome/browser/apps/drive/DEPS ('k') | chrome/browser/apps/drive/drive_app_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698