| Index: chrome/renderer/geolocation_dispatcher_old.cc
|
| ===================================================================
|
| --- chrome/renderer/geolocation_dispatcher_old.cc (revision 69787)
|
| +++ chrome/renderer/geolocation_dispatcher_old.cc (working copy)
|
| @@ -5,7 +5,6 @@
|
| #if !defined(ENABLE_CLIENT_BASED_GEOLOCATION)
|
| #include "chrome/renderer/geolocation_dispatcher_old.h"
|
| #include "base/command_line.h"
|
| -#include "chrome/common/chrome_switches.h"
|
| #include "chrome/renderer/render_view.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebCString.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebFrame.h"
|
| @@ -113,4 +112,4 @@
|
| }
|
| }
|
| }
|
| -#endif // !ENABLE_CLIENT_BASED_GEOLOCATION
|
| +#endif // !ENABLE_CLIENT_BASED_GEOLOCATION
|
|
|