Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: chrome/browser/idle_query_linux.cc

Issue 10694060: browser: Move more files into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/idle_query_linux.h ('k') | chrome/browser/internal_auth.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/idle_query_linux.cc
diff --git a/chrome/browser/idle_query_linux.cc b/chrome/browser/idle_query_linux.cc
index dfa2fb5fa37333bb93646078f16c9e92ee3e634b..71ffd810b65ea76276a3e0f26e11ac15cb93f165 100644
--- a/chrome/browser/idle_query_linux.cc
+++ b/chrome/browser/idle_query_linux.cc
@@ -7,7 +7,7 @@
#include <X11/extensions/scrnsaver.h>
#include "ui/base/x/x11_util.h"
-namespace browser {
+namespace chrome {
class IdleData {
public:
@@ -47,4 +47,4 @@ int IdleQueryLinux::IdleTime() {
}
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/idle_query_linux.h ('k') | chrome/browser/internal_auth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698