summaryrefslogtreecommitdiffstats
path: root/chrome/browser/file_path_watcher
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 17:47:53 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 17:47:53 +0000
commit5f945a0ef81a6f4d90f53159a425118593e2fa0c (patch)
tree6d5d3efd0dbfb721cb14cebb0c6b3d7d77f065f0 /chrome/browser/file_path_watcher
parent314c4b130d871db6929c012f5650dc29073923d8 (diff)
downloadchromium_src-5f945a0ef81a6f4d90f53159a425118593e2fa0c.zip
chromium_src-5f945a0ef81a6f4d90f53159a425118593e2fa0c.tar.gz
chromium_src-5f945a0ef81a6f4d90f53159a425118593e2fa0c.tar.bz2
Update a bunch of files to the new location of browser_thread.h
TBR=avi Review URL: http://codereview.chromium.org/6591065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76387 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/file_path_watcher')
-rw-r--r--chrome/browser/file_path_watcher/file_path_watcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/file_path_watcher/file_path_watcher.h b/chrome/browser/file_path_watcher/file_path_watcher.h
index d80bfc1..869b002 100644
--- a/chrome/browser/file_path_watcher/file_path_watcher.h
+++ b/chrome/browser/file_path_watcher/file_path_watcher.h
@@ -11,7 +11,7 @@
#include "base/basictypes.h"
#include "base/file_path.h"
#include "base/ref_counted.h"
-#include "chrome/browser/browser_thread.h"
+#include "content/browser/browser_thread.h"
// This class lets you register interest in changes on a FilePath.
// The delegate will get called whenever the file or directory referenced by the