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

Unified Diff: sync/test/null_transaction_observer.cc

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix some minor diffs Created 8 years, 9 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/test/null_transaction_observer.cc
diff --git a/chrome/browser/sync/test/null_transaction_observer.cc b/sync/test/null_transaction_observer.cc
similarity index 72%
rename from chrome/browser/sync/test/null_transaction_observer.cc
rename to sync/test/null_transaction_observer.cc
index 4fe914fafea393ba244ddf473997260d1bb9cc21..790243345760dfe3197174655ae457190dc22ec5 100644
--- a/chrome/browser/sync/test/null_transaction_observer.cc
+++ b/sync/test/null_transaction_observer.cc
@@ -1,8 +1,8 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/sync/test/null_transaction_observer.h"
+#include "sync/test/null_transaction_observer.h"
#include "base/memory/weak_ptr.h"

Powered by Google App Engine
This is Rietveld 408576698