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

Unified Diff: chrome/browser/browser_process_impl.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_impl.h
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index 7033736182c47a5f4ddf65083893c8cc1cbf7753..81c45e514bb31f253d1a3a4694c0bc5212ab26b7 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -156,7 +156,7 @@ class BrowserProcessImpl : public BrowserProcess,
memory::TabManager* GetTabManager() override;
shell_integration::DefaultWebClientState CachedDefaultWebClientState()
override;
- PhysicalWebDataSource* GetPhysicalWebDataSource() override;
+ physical_web::PhysicalWebDataSource* GetPhysicalWebDataSource() override;
static void RegisterPrefs(PrefRegistrySimple* registry);
@@ -349,7 +349,8 @@ class BrowserProcessImpl : public BrowserProcess,
shell_integration::DefaultWebClientState cached_default_web_client_state_;
- std::unique_ptr<PhysicalWebDataSource> physical_web_data_source_;
+ std::unique_ptr<physical_web::PhysicalWebDataSource>
+ physical_web_data_source_;
DISALLOW_COPY_AND_ASSIGN(BrowserProcessImpl);
};

Powered by Google App Engine
This is Rietveld 408576698