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

Unified Diff: sync/internal_api/public/base_transaction.h

Issue 10795018: [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fiix indent Created 8 years, 5 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 | « sync/internal_api/public/base_node.h ('k') | sync/internal_api/public/change_record.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/base_transaction.h
diff --git a/sync/internal_api/public/base_transaction.h b/sync/internal_api/public/base_transaction.h
index 09cecda69bab11da5f7eff963dfba5b44daa0b66..f097fb30dfa18b5934f3521a9d88499e25f49c40 100644
--- a/sync/internal_api/public/base_transaction.h
+++ b/sync/internal_api/public/base_transaction.h
@@ -27,7 +27,7 @@ class BaseTransaction {
public:
// Provide access to the underlying syncable objects from BaseNode.
virtual syncable::BaseTransaction* GetWrappedTrans() const = 0;
- syncer::Cryptographer* GetCryptographer() const;
+ Cryptographer* GetCryptographer() const;
syncable::Directory* GetDirectory() const {
return directory_;
@@ -45,7 +45,7 @@ class BaseTransaction {
DISALLOW_COPY_AND_ASSIGN(BaseTransaction);
};
-syncer::ModelTypeSet GetEncryptedTypes(const syncer::BaseTransaction* trans);
+ModelTypeSet GetEncryptedTypes(const BaseTransaction* trans);
} // namespace syncer
« no previous file with comments | « sync/internal_api/public/base_node.h ('k') | sync/internal_api/public/change_record.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698