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

Unified Diff: chrome/browser/chromeos/drive/drive_scheduler.cc

Issue 11106007: drive: Rename 'gdata' namespace to 'drive' in chrome/browser/chromeos/drive (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
Index: chrome/browser/chromeos/drive/drive_scheduler.cc
diff --git a/chrome/browser/chromeos/drive/drive_scheduler.cc b/chrome/browser/chromeos/drive/drive_scheduler.cc
index 0d775fad064ce6149617aef40b2464c1f345f04b..d638affb44783da2a457c5e004fd012f1a56ec72 100644
--- a/chrome/browser/chromeos/drive/drive_scheduler.cc
+++ b/chrome/browser/chromeos/drive/drive_scheduler.cc
@@ -17,7 +17,7 @@
using content::BrowserThread;
-namespace gdata {
+namespace drive {
namespace {
const int kMaxThrottleCount = 5;
@@ -233,4 +233,4 @@ void DriveScheduler::OnConnectionTypeChanged(
StartJobLoop();
}
-} // namespace gdata
+} // namespace drive

Powered by Google App Engine
This is Rietveld 408576698