| Index: chrome/browser/sync/glue/theme_util.cc
|
| diff --git a/chrome/browser/sync/glue/theme_util.cc b/chrome/browser/sync/glue/theme_util.cc
|
| index 21e70677ca7b8d8cbd0c0667ff56447b0b76f7e2..03a1ca19cf9294bfc54fb304ecdf97689eb2d0a9 100644
|
| --- a/chrome/browser/sync/glue/theme_util.cc
|
| +++ b/chrome/browser/sync/glue/theme_util.cc
|
| @@ -1,4 +1,4 @@
|
| -// 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.
|
|
|
| @@ -11,12 +11,12 @@
|
| #include "chrome/browser/extensions/extension_service.h"
|
| #include "chrome/browser/extensions/extension_updater.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/sync/protocol/theme_specifics.pb.h"
|
| #include "chrome/browser/themes/theme_service.h"
|
| #include "chrome/browser/themes/theme_service_factory.h"
|
| #include "chrome/common/extensions/extension.h"
|
| #include "chrome/common/extensions/extension_constants.h"
|
| #include "googleurl/src/gurl.h"
|
| +#include "sync/protocol/theme_specifics.pb.h"
|
|
|
| namespace browser_sync {
|
|
|
|
|