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

Side by Side Diff: chrome/browser/chromeos/offline/offline_load_page.h

Issue 6598086: Update more includes that were pointing to the old locations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 9 years, 9 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_CHROMEOS_OFFLINE_OFFLINE_LOAD_PAGE_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_OFFLINE_OFFLINE_LOAD_PAGE_H_
6 #define CHROME_BROWSER_CHROMEOS_OFFLINE_OFFLINE_LOAD_PAGE_H_ 6 #define CHROME_BROWSER_CHROMEOS_OFFLINE_OFFLINE_LOAD_PAGE_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "base/task.h" 11 #include "base/task.h"
12 #include "chrome/browser/chromeos/network_state_notifier.h" 12 #include "chrome/browser/chromeos/network_state_notifier.h"
13 #include "chrome/browser/tab_contents/interstitial_page.h" 13 #include "content/browser/tab_contents/interstitial_page.h"
14 14
15 class DictionaryValue; 15 class DictionaryValue;
16 class Extension; 16 class Extension;
17 class TabContents; 17 class TabContents;
18 18
19 namespace chromeos { 19 namespace chromeos {
20 20
21 // OfflineLoadPage class shows the interstitial page that is shown 21 // OfflineLoadPage class shows the interstitial page that is shown
22 // when no network is available and hides when some network (either 22 // when no network is available and hides when some network (either
23 // one of wifi, 3g or ethernet) becomes available. 23 // one of wifi, 3g or ethernet) becomes available.
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 ScopedRunnableMethodFactory<OfflineLoadPage> method_factory_; 81 ScopedRunnableMethodFactory<OfflineLoadPage> method_factory_;
82 82
83 bool in_test_; 83 bool in_test_;
84 84
85 DISALLOW_COPY_AND_ASSIGN(OfflineLoadPage); 85 DISALLOW_COPY_AND_ASSIGN(OfflineLoadPage);
86 }; 86 };
87 87
88 } // namespace chromeos 88 } // namespace chromeos
89 89
90 #endif // CHROME_BROWSER_CHROMEOS_OFFLINE_OFFLINE_LOAD_PAGE_H_ 90 #endif // CHROME_BROWSER_CHROMEOS_OFFLINE_OFFLINE_LOAD_PAGE_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/web_page_screen.h ('k') | chrome/browser/chromeos/tab_closeable_state_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698