| Index: content/browser/geolocation/gps_location_provider_linux.cc
|
| ===================================================================
|
| --- content/browser/geolocation/gps_location_provider_linux.cc (revision 0)
|
| +++ content/browser/geolocation/gps_location_provider_linux.cc (working copy)
|
| @@ -2,14 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/geolocation/gps_location_provider_linux.h"
|
| +#include "content/browser/geolocation/gps_location_provider_linux.h"
|
|
|
| #include <algorithm>
|
| #include <cmath>
|
| +
|
| #include "base/compiler_specific.h"
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| -#include "chrome/browser/geolocation/libgps_wrapper_linux.h"
|
| +#include "content/browser/geolocation/libgps_wrapper_linux.h"
|
|
|
| namespace {
|
| const int kGpsdReconnectRetryIntervalMillis = 10 * 1000;
|
|
|
| Property changes on: content\browser\geolocation\gps_location_provider_linux.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|