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

Unified Diff: content/browser/geolocation/device_data_provider.h

Issue 8528019: Fix components build on Linux when toolkit_views=1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: content_export first Created 9 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: content/browser/geolocation/device_data_provider.h
diff --git a/content/browser/geolocation/device_data_provider.h b/content/browser/geolocation/device_data_provider.h
index b15b98793cff934bdb10bdf802be78f9ea47e5b8..ba3fb8f4b34f601cf432b3ae08c62637c1898003 100644
--- a/content/browser/geolocation/device_data_provider.h
+++ b/content/browser/geolocation/device_data_provider.h
@@ -347,7 +347,7 @@ class DeviceDataProvider : public base::NonThreadSafe {
impl_->StopDataProvider();
}
- static CONTENT_EXPORT DeviceDataProviderImplBase<DataType>*
+ CONTENT_EXPORT static DeviceDataProviderImplBase<DataType>*
DefaultFactoryFunction();
// The singleton-like instance of this class. (Not 'true' singleton, as it
« no previous file with comments | « content/browser/debugger/worker_devtools_manager.h ('k') | content/browser/renderer_host/gtk_window_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698