From 34b9963c187a733bef76535521f3de688fffd34f Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Sat, 1 Jan 2011 01:01:06 +0000 Subject: Move base/thread.h to base/threading, fix up callers to use the new location. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6028009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70345 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/geolocation/wifi_data_provider_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/geolocation/wifi_data_provider_common.h') diff --git a/chrome/browser/geolocation/wifi_data_provider_common.h b/chrome/browser/geolocation/wifi_data_provider_common.h index 5f0ee0a..c647c06 100644 --- a/chrome/browser/geolocation/wifi_data_provider_common.h +++ b/chrome/browser/geolocation/wifi_data_provider_common.h @@ -12,7 +12,7 @@ #include "base/scoped_ptr.h" #include "base/string16.h" #include "base/task.h" -#include "base/thread.h" +#include "base/threading/thread.h" #include "chrome/browser/geolocation/device_data_provider.h" // Converts a MAC address stored as an array of uint8 to a string. -- cgit v1.1