From 1bcf30ec84f19d40cc5c3f6051d0bb5860bfc74a Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Sat, 10 Mar 2012 01:06:41 +0000 Subject: [Sync] Create new top-level sync/ directory Move sync .proto files to sync/protocol. Update all references. This begins the Great Sync Migration. BUG=117585,43624 TEST= Review URL: https://chromiumcodereview.appspot.com/9668028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125967 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/sync/util/protobuf_unittest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/sync/util/protobuf_unittest.cc') diff --git a/chrome/browser/sync/util/protobuf_unittest.cc b/chrome/browser/sync/util/protobuf_unittest.cc index bb8be8b..4f654d5 100644 --- a/chrome/browser/sync/util/protobuf_unittest.cc +++ b/chrome/browser/sync/util/protobuf_unittest.cc @@ -1,11 +1,11 @@ -// Copyright (c) 2010 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 #include -#include "chrome/browser/sync/protocol/test.pb.h" +#include "sync/protocol/test.pb.h" #include "testing/gtest/include/gtest/gtest.h" namespace { -- cgit v1.1