diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 01:21:31 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 01:21:31 +0000 |
commit | b3841c50db1323405954b8fc9f7db6095e886546 (patch) | |
tree | 72a139a1aebf89d2d2bd852f059fe3c58170382c /chrome/browser/memory_purger.cc | |
parent | 9d51333be541c5876819005c3422b649585f191a (diff) | |
download | chromium_src-b3841c50db1323405954b8fc9f7db6095e886546.zip chromium_src-b3841c50db1323405954b8fc9f7db6095e886546.tar.gz chromium_src-b3841c50db1323405954b8fc9f7db6095e886546.tar.bz2 |
Update a bunch of files to the new location of notification files.
Second part of the remaining files.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6639008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77396 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/memory_purger.cc')
-rw-r--r-- | chrome/browser/memory_purger.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/memory_purger.cc b/chrome/browser/memory_purger.cc index d5716d1..c817ac3 100644 --- a/chrome/browser/memory_purger.cc +++ b/chrome/browser/memory_purger.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -14,12 +14,12 @@ #include "chrome/browser/safe_browsing/safe_browsing_service.h" #include "chrome/browser/webdata/web_data_service.h" #include "chrome/common/net/url_request_context_getter.h" -#include "chrome/common/notification_service.h" #include "chrome/common/render_messages.h" #include "content/browser/in_process_webkit/webkit_context.h" #include "content/browser/renderer_host/backing_store_manager.h" #include "content/browser/renderer_host/render_process_host.h" #include "content/browser/renderer_host/resource_dispatcher_host.h" +#include "content/common/notification_service.h" #include "net/proxy/proxy_resolver.h" #include "net/url_request/url_request_context.h" #include "third_party/tcmalloc/chromium/src/google/malloc_extension.h" |