diff options
Diffstat (limited to 'chrome/browser/sync/internal_api/read_node_mock.cc')
-rw-r--r-- | chrome/browser/sync/internal_api/read_node_mock.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/internal_api/read_node_mock.cc b/chrome/browser/sync/internal_api/read_node_mock.cc index 64007b5..bbe23ea 100644 --- a/chrome/browser/sync/internal_api/read_node_mock.cc +++ b/chrome/browser/sync/internal_api/read_node_mock.cc @@ -1,10 +1,10 @@ -// 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/internal_api/read_node_mock.h" -#include "chrome/browser/sync/protocol/autofill_specifics.pb.h" +#include "sync/protocol/autofill_specifics.pb.h" ReadNodeMock::ReadNodeMock() {} |