summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-29 06:46:39 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-29 06:46:39 +0000
commit33b9df45937ce5fc436ac702352606cd12ef0951 (patch)
tree92a209b1934e93a663b367f45bdf6597068720eb /chrome/common
parent13c8a0903376ff406151679d8673a6452d721290 (diff)
downloadchromium_src-33b9df45937ce5fc436ac702352606cd12ef0951.zip
chromium_src-33b9df45937ce5fc436ac702352606cd12ef0951.tar.gz
chromium_src-33b9df45937ce5fc436ac702352606cd12ef0951.tar.bz2
Cleanup: Remove unneeded headers from app/
BUG=none TEST=none Review URL: http://codereview.chromium.org/2819063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54102 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/extensions/extension.cc1
-rw-r--r--chrome/common/extensions/extension_localization_peer.cc1
-rw-r--r--chrome/common/extensions/extension_message_bundle_unittest.cc1
-rw-r--r--chrome/common/gpu_messages.h2
-rw-r--r--chrome/common/json_pref_store_unittest.cc1
-rw-r--r--chrome/common/time_format_unittest.cc1
6 files changed, 0 insertions, 7 deletions
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc
index a4ade47..9db8117 100644
--- a/chrome/common/extensions/extension.cc
+++ b/chrome/common/extensions/extension.cc
@@ -7,7 +7,6 @@
#include <algorithm>
#include "app/l10n_util.h"
-#include "app/resource_bundle.h"
#include "base/base64.h"
#include "base/basictypes.h"
#include "base/command_line.h"
diff --git a/chrome/common/extensions/extension_localization_peer.cc b/chrome/common/extensions/extension_localization_peer.cc
index 36e44ce..c7c8b1b 100644
--- a/chrome/common/extensions/extension_localization_peer.cc
+++ b/chrome/common/extensions/extension_localization_peer.cc
@@ -4,7 +4,6 @@
#include "chrome/common/extensions/extension_localization_peer.h"
-#include "app/l10n_util.h"
#include "base/string_util.h"
#include "chrome/common/extensions/extension_message_bundle.h"
#include "chrome/common/render_messages.h"
diff --git a/chrome/common/extensions/extension_message_bundle_unittest.cc b/chrome/common/extensions/extension_message_bundle_unittest.cc
index 372b629..3119ef8 100644
--- a/chrome/common/extensions/extension_message_bundle_unittest.cc
+++ b/chrome/common/extensions/extension_message_bundle_unittest.cc
@@ -7,7 +7,6 @@
#include <string>
#include <vector>
-#include "app/l10n_util.h"
#include "base/i18n/rtl.h"
#include "base/linked_ptr.h"
#include "base/scoped_ptr.h"
diff --git a/chrome/common/gpu_messages.h b/chrome/common/gpu_messages.h
index 2e8a8d5..508c599 100644
--- a/chrome/common/gpu_messages.h
+++ b/chrome/common/gpu_messages.h
@@ -8,7 +8,6 @@
#include <vector>
-#include "app/surface/transport_dib.h"
#include "base/basictypes.h"
#include "base/process.h"
#include "chrome/common/common_param_traits.h"
@@ -85,4 +84,3 @@ struct ParamTraits<gpu::CommandBuffer::State> {
#include "ipc/ipc_message_macros.h"
#endif // CHROME_COMMON_GPU_MESSAGES_H_
-
diff --git a/chrome/common/json_pref_store_unittest.cc b/chrome/common/json_pref_store_unittest.cc
index 7d00030..723a959 100644
--- a/chrome/common/json_pref_store_unittest.cc
+++ b/chrome/common/json_pref_store_unittest.cc
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "app/test/data/resource.h"
#include "base/file_util.h"
#include "base/message_loop.h"
#include "base/message_loop_proxy.h"
diff --git a/chrome/common/time_format_unittest.cc b/chrome/common/time_format_unittest.cc
index d437859..1fdf080 100644
--- a/chrome/common/time_format_unittest.cc
+++ b/chrome/common/time_format_unittest.cc
@@ -4,7 +4,6 @@
#include <time.h>
-#include "app/l10n_util.h"
#include "base/basictypes.h"
#include "base/time.h"
#include "chrome/common/time_format.h"