diff options
Diffstat (limited to 'chrome/browser/sync/util/protobuf_unittest.cc')
-rw-r--r-- | chrome/browser/sync/util/protobuf_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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 <string> #include <vector> -#include "chrome/browser/sync/protocol/test.pb.h" +#include "sync/protocol/test.pb.h" #include "testing/gtest/include/gtest/gtest.h" namespace { |