summaryrefslogtreecommitdiffstats
path: root/base/location.h
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-16 21:43:41 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-16 21:43:41 +0000
commitec6bf33d1d69bfea29625d8522af06a8756cb3e4 (patch)
treef3108a428be0c3f0ba3bbead86550e949a722815 /base/location.h
parent0e73b66a0717688c9e96642a4dee7538765cc1ff (diff)
downloadchromium_src-ec6bf33d1d69bfea29625d8522af06a8756cb3e4.zip
chromium_src-ec6bf33d1d69bfea29625d8522af06a8756cb3e4.tar.gz
chromium_src-ec6bf33d1d69bfea29625d8522af06a8756cb3e4.tar.bz2
Remove "base/values.h" import from "base/location.h", fix up downstream files.
BUG=none TEST=none TBR=sky@chromium.org,dmazzoni@chromium.org,thestig@chromium.org,joaodasilva@chromium.org,willchan@chromium.org,hclam@chromium.org Review URL: http://codereview.chromium.org/9703098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127256 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/location.h')
-rw-r--r--base/location.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/base/location.h b/base/location.h
index 2fbe62c..fc9d360 100644
--- a/base/location.h
+++ b/base/location.h
@@ -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.
@@ -8,7 +8,10 @@
#include <string>
#include "base/base_export.h"
-#include "base/values.h"
+
+namespace base {
+class DictionaryValue;
+}
namespace tracked_objects {