| Index: chrome/browser/sync/util/user_settings_posix.cc
|
| diff --git a/chrome/browser/sync/util/user_settings_posix.cc b/chrome/browser/sync/util/user_settings_posix.cc
|
| index 6f480fe7d809ba9a8af7a76b60e358c45a94ec6c..48baf78f3179cc69281965be712994f76a66ce55 100644
|
| --- a/chrome/browser/sync/util/user_settings_posix.cc
|
| +++ b/chrome/browser/sync/util/user_settings_posix.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
| //
|
| @@ -8,7 +8,7 @@
|
|
|
| #include "base/logging.h"
|
| #include "chrome/browser/password_manager/encryptor.h"
|
| -#include "chrome/common/sqlite_utils.h"
|
| +#include "chrome/browser/sync/util/sqlite_utils.h"
|
|
|
| namespace browser_sync {
|
|
|
|
|