summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-05 23:39:02 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-05 23:39:02 +0000
commit7887aab583820e32b52a6e3c635ed509dd5d2979 (patch)
treee68f145eaa79cff5f719144b122fb6f49aaa86ce /chrome/browser/history
parentf858847015d6d50b52a542491ff52fee52ff9997 (diff)
downloadchromium_src-7887aab583820e32b52a6e3c635ed509dd5d2979.zip
chromium_src-7887aab583820e32b52a6e3c635ed509dd5d2979.tar.gz
chromium_src-7887aab583820e32b52a6e3c635ed509dd5d2979.tar.bz2
Whitespace typo fix from CL 8722
Review URL: http://codereview.chromium.org/9611 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4839 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history')
-rw-r--r--chrome/browser/history/thumbnail_database.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/history/thumbnail_database.h b/chrome/browser/history/thumbnail_database.h
index 60ad059..0a15931 100644
--- a/chrome/browser/history/thumbnail_database.h
+++ b/chrome/browser/history/thumbnail_database.h
@@ -15,8 +15,8 @@
struct sqlite3;
struct ThumbnailScore;
- namespace base {
-class Time;
+namespace base {
+ class Time;
}
namespace history {