summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_thread.h')
-rw-r--r--chrome/browser/browser_thread.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome/browser/browser_thread.h b/chrome/browser/browser_thread.h
new file mode 100644
index 0000000..fdaf997
--- /dev/null
+++ b/chrome/browser/browser_thread.h
@@ -0,0 +1,10 @@
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_BROWSER_BROWSER_THREAD_H_
+#define CHROME_BROWSER_BROWSER_THREAD_H_
+
+#include "chrome/browser/chrome_thread.h"
+
+#endif // CHROME_BROWSER_BROWSER_THREAD_H_