| Index: chrome/browser/themes/browser_theme_provider.cc
|
| diff --git a/chrome/browser/browser_theme_provider.cc b/chrome/browser/themes/browser_theme_provider.cc
|
| similarity index 99%
|
| rename from chrome/browser/browser_theme_provider.cc
|
| rename to chrome/browser/themes/browser_theme_provider.cc
|
| index 4964bdd6d26e856210657be51c94fd0c57e8ff0d..74bddfad1182309c032e876016dd3bd695fdfd6a 100644
|
| --- a/chrome/browser/browser_theme_provider.cc
|
| +++ b/chrome/browser/themes/browser_theme_provider.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/browser_theme_provider.h"
|
| +#include "chrome/browser/themes/browser_theme_provider.h"
|
|
|
| #include "app/resource_bundle.h"
|
| -#include "base/utf_string_conversions.h"
|
| #include "base/string_util.h"
|
| -#include "chrome/browser/browser_theme_pack.h"
|
| +#include "base/utf_string_conversions.h"
|
| #include "chrome/browser/extensions/extensions_service.h"
|
| #include "chrome/browser/metrics/user_metrics.h"
|
| #include "chrome/browser/profile.h"
|
| +#include "chrome/browser/themes/browser_theme_pack.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/notification_type.h"
|
|
|