| Index: content/browser/geolocation/libgps_wrapper_linux.cc
|
| ===================================================================
|
| --- content/browser/geolocation/libgps_wrapper_linux.cc (revision 78451)
|
| +++ content/browser/geolocation/libgps_wrapper_linux.cc (working copy)
|
| @@ -7,9 +7,9 @@
|
| #include <dlfcn.h>
|
| #include <errno.h>
|
|
|
| -#include "chrome/common/geoposition.h"
|
| #include "base/logging.h"
|
| #include "base/string_util.h"
|
| +#include "content/common/geoposition.h"
|
|
|
| namespace {
|
| // Pass to TryToOpen() to indicate which functions should be wired up.
|
|
|