| Index: chrome/browser/chromeos/system/touchpad_settings.cc
|
| diff --git a/chrome/browser/chromeos/system/touchpad_settings.cc b/chrome/browser/chromeos/system/touchpad_settings.cc
|
| index 0378a18221f8c898c0784b9d9e78852bb2e8713d..157e7a15c488435c54f202b0e97b9af26930ab07 100644
|
| --- a/chrome/browser/chromeos/system/touchpad_settings.cc
|
| +++ b/chrome/browser/chromeos/system/touchpad_settings.cc
|
| @@ -14,6 +14,8 @@
|
| #include "chrome/browser/chromeos/system/runtime_environment.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace chromeos {
|
| namespace system {
|
| namespace touchpad_settings {
|
|
|