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

Unified Diff: chrome/browser/chromeos/drive/drive_cache_observer.h

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: rebase 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_cache_observer.h
diff --git a/chrome/browser/chromeos/drive/drive_cache_observer.h b/chrome/browser/chromeos/drive/drive_cache_observer.h
index 3357363383a6c05e0571ce312a3199f29ddaa75d..05f9755a8cceafe57040ff98c6ef1df28fd01d8a 100644
--- a/chrome/browser/chromeos/drive/drive_cache_observer.h
+++ b/chrome/browser/chromeos/drive/drive_cache_observer.h
@@ -7,7 +7,7 @@
#include <string>
-namespace gdata {
+namespace drive {
// Interface for classes that need to observe events from DriveCache.
// All events are notified on UI thread.
@@ -28,6 +28,6 @@ class DriveCacheObserver {
virtual ~DriveCacheObserver() {}
};
-} // namespace gdata
+} // namespace drive
#endif // CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_CACHE_OBSERVER_H_
« no previous file with comments | « chrome/browser/chromeos/drive/drive_cache_metadata_unittest.cc ('k') | chrome/browser/chromeos/drive/drive_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698