diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 02:05:26 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 02:05:26 +0000 |
commit | 5dad8455fed8fd131d5162fcbc2bf637ae6b98ff (patch) | |
tree | fd61f102f49d08acef128ad2ab0e68ff4fda36f1 /content | |
parent | 6d8c07db861dedcec1bff118e5d6d330c55d6290 (diff) | |
download | chromium_src-5dad8455fed8fd131d5162fcbc2bf637ae6b98ff.zip chromium_src-5dad8455fed8fd131d5162fcbc2bf637ae6b98ff.tar.gz chromium_src-5dad8455fed8fd131d5162fcbc2bf637ae6b98ff.tar.bz2 |
Fix build break on Windows
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/geolocation/win7_location_api_unittest_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/geolocation/win7_location_api_unittest_win.cc b/content/browser/geolocation/win7_location_api_unittest_win.cc index 3e7e68b..4944404 100644 --- a/content/browser/geolocation/win7_location_api_unittest_win.cc +++ b/content/browser/geolocation/win7_location_api_unittest_win.cc @@ -12,8 +12,8 @@ #include "base/message_loop.h" #include "base/scoped_ptr.h" #include "base/time.h" -#include "chrome/common/geoposition.h" #include "content/browser/geolocation/win7_location_api_win.h" +#include "content/common/geoposition.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" |