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

Unified Diff: chrome/browser/browser_process.h

Issue 2528893003: [PhysicalWeb] Add physical_web namespace. (Closed)
Patch Set: Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index c3a2fd002d86b00b245751adcab0dd64b3a50b29..c106533af67463d7ef58752b3d17de73e8c65aef 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -33,7 +33,6 @@ class IOThread;
class MediaFileSystemRegistry;
class NotificationPlatformBridge;
class NotificationUIManager;
-class PhysicalWebDataSource;
class PrefRegistrySimple;
class PrefService;
class Profile;
@@ -98,6 +97,10 @@ namespace network_time {
class NetworkTimeTracker;
}
+namespace physical_web {
+class PhysicalWebDataSource;
+}
+
namespace policy {
class BrowserPolicyConnector;
class PolicyService;
@@ -281,7 +284,7 @@ class BrowserProcess {
CachedDefaultWebClientState() = 0;
// Returns the Physical Web data source.
- virtual PhysicalWebDataSource* GetPhysicalWebDataSource() = 0;
+ virtual physical_web::PhysicalWebDataSource* GetPhysicalWebDataSource() = 0;
private:
DISALLOW_COPY_AND_ASSIGN(BrowserProcess);

Powered by Google App Engine
This is Rietveld 408576698