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

Unified Diff: sync/util/immutable_unittest.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/util/immutable_unittest.cc
diff --git a/chrome/browser/sync/util/immutable_unittest.cc b/sync/util/immutable_unittest.cc
similarity index 98%
rename from chrome/browser/sync/util/immutable_unittest.cc
rename to sync/util/immutable_unittest.cc
index dc6553bbbec92f844016bdfc2bd246d2f267cf1e..aa0037b4aee4d1c7e13475f7f227b7501e1ff004 100644
--- a/chrome/browser/sync/util/immutable_unittest.cc
+++ b/sync/util/immutable_unittest.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/util/immutable.h"
+#include "sync/util/immutable.h"
#include <algorithm>
#include <cstddef>

Powered by Google App Engine
This is Rietveld 408576698