Base class for gateway data providers
Provides common code for platform specific implementations of gateway data providers. Might be a good idea to derive all network data providers from a single base class in a future patch as there is a lot of code replication between them.
BUG=NONE
TEST=Unit test

Review URL: http://codereview.chromium.org/3174031

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57536 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index cbfa084..c8bde04 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1506,6 +1506,8 @@
         'browser/geolocation/device_data_provider.h',
         'browser/geolocation/empty_device_data_provider.cc',
         'browser/geolocation/empty_device_data_provider.h',
+        'browser/geolocation/gateway_data_provider_common.cc',
+        'browser/geolocation/gateway_data_provider_common.h',
         'browser/geolocation/geolocation_dispatcher_host.cc',
         'browser/geolocation/geolocation_dispatcher_host.h',
         'browser/geolocation/geolocation_permission_context.cc',