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

Side by Side Diff: chrome/browser/web_applications/web_app_win.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment 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
« no previous file with comments | « chrome/browser/usb/web_usb_chooser_service.h ('k') | chrome/browser/win/app_icon.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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_WEB_APPLICATIONS_WEB_APP_WIN_H_ 5 #ifndef CHROME_BROWSER_WEB_APPLICATIONS_WEB_APP_WIN_H_
6 #define CHROME_BROWSER_WEB_APPLICATIONS_WEB_APP_WIN_H_ 6 #define CHROME_BROWSER_WEB_APPLICATIONS_WEB_APP_WIN_H_
7 7
8 #include "base/files/file_path.h" 8 #include "base/files/file_path.h"
9 #include "chrome/browser/web_applications/web_app.h" 9 #include "chrome/browser/web_applications/web_app.h"
10 10
11 class Profile; 11 class Profile;
12 12
13 namespace content {
14 class WebContents;
15 }
16
17 namespace extensions { 13 namespace extensions {
18 class Extension; 14 class Extension;
19 } 15 }
20 16
21 namespace gfx { 17 namespace gfx {
22 class ImageFamily; 18 class ImageFamily;
23 } 19 }
24 20
25 namespace web_app { 21 namespace web_app {
26 22
(...skipping 22 matching lines...) Expand all
49 bool refresh_shell_icon_cache); 45 bool refresh_shell_icon_cache);
50 46
51 base::FilePath GetIconFilePath(const base::FilePath& web_app_path, 47 base::FilePath GetIconFilePath(const base::FilePath& web_app_path,
52 const base::string16& title); 48 const base::string16& title);
53 49
54 } // namespace internals 50 } // namespace internals
55 51
56 } // namespace web_app 52 } // namespace web_app
57 53
58 #endif // CHROME_BROWSER_WEB_APPLICATIONS_WEB_APP_WIN_H_ 54 #endif // CHROME_BROWSER_WEB_APPLICATIONS_WEB_APP_WIN_H_
OLDNEW
« no previous file with comments | « chrome/browser/usb/web_usb_chooser_service.h ('k') | chrome/browser/win/app_icon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698