| Index: chrome/browser/idle_query_linux.h
|
| diff --git a/chrome/browser/idle_query_linux.h b/chrome/browser/idle_query_linux.h
|
| index c1d09d9479741d362b222ef2ff0ed0e606c2ca63..69dbd42282b2f7bfc2ee58a720675012d0c078cd 100644
|
| --- a/chrome/browser/idle_query_linux.h
|
| +++ b/chrome/browser/idle_query_linux.h
|
| @@ -9,7 +9,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| class IdleData;
|
|
|
| @@ -26,6 +26,6 @@ class IdleQueryLinux {
|
| DISALLOW_COPY_AND_ASSIGN(IdleQueryLinux);
|
| };
|
|
|
| -} // namespace browser
|
| +} // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_IDLE_QUERY_LINUX_H_
|
|
|