summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-14 08:24:42 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-14 08:24:42 +0000
commitee857513c3a0d5c88bfd363c4203d4190fc678f5 (patch)
tree8e4ce0e72ced6eacd5711375f0a0d6bbe48c59a3 /chrome/browser/geolocation
parentd4db59c55fdf97bf3abd60c58824fc090e0a7b61 (diff)
downloadchromium_src-ee857513c3a0d5c88bfd363c4203d4190fc678f5.zip
chromium_src-ee857513c3a0d5c88bfd363c4203d4190fc678f5.tar.gz
chromium_src-ee857513c3a0d5c88bfd363c4203d4190fc678f5.tar.bz2
Update dynamic annotations and move them to base/third_party
Review URL: http://codereview.chromium.org/1992005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47252 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/geolocation')
-rw-r--r--chrome/browser/geolocation/wifi_data_provider_common_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/geolocation/wifi_data_provider_common_unittest.cc b/chrome/browser/geolocation/wifi_data_provider_common_unittest.cc
index 239e583c6..be165a7 100644
--- a/chrome/browser/geolocation/wifi_data_provider_common_unittest.cc
+++ b/chrome/browser/geolocation/wifi_data_provider_common_unittest.cc
@@ -6,9 +6,9 @@
#include <vector>
-#include "base/dynamic_annotations.h"
#include "base/scoped_ptr.h"
#include "base/string_util.h"
+#include "base/third_party/dynamic_annotations/dynamic_annotations.h"
#include "testing/gtest/include/gtest/gtest.h"
class MockWlanApi : public WifiDataProviderCommon::WlanApiInterface {