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

Unified Diff: sync/syncable/directory.cc

Issue 10699044: [Sync] Move sync/{internal_api,syncable} into syncer 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
Index: sync/syncable/directory.cc
diff --git a/sync/syncable/directory.cc b/sync/syncable/directory.cc
index 1b515f8d8d543c78cfe7654a69038958b737e332..2bcc87669d3bc1a8d0390e99d355e04b748e8d28 100644
--- a/sync/syncable/directory.cc
+++ b/sync/syncable/directory.cc
@@ -21,11 +21,9 @@
#include "sync/syncable/syncable_util.h"
#include "sync/syncable/write_transaction.h"
-using syncer::Encryptor;
-using syncer::ReportUnrecoverableErrorFunction;
-using syncer::UnrecoverableErrorHandler;
using std::string;
+namespace syncer {
namespace syncable {
namespace {
@@ -1318,4 +1316,5 @@ ScopedKernelLock::ScopedKernelLock(const Directory* dir)
: scoped_lock_(dir->kernel_->mutex), dir_(const_cast<Directory*>(dir)) {
}
-}
+} // namespace syncable
+} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698