Index: content/browser/host_zoom_map.cc |
diff --git a/content/browser/host_zoom_map.cc b/content/browser/host_zoom_map.cc |
index 6b31f5fc2117c7b3e40b2a5cbde5ec19f350b61c..c119c04a303a4c0462509ed97a0c90a9f2e5ee96 100644 |
--- a/content/browser/host_zoom_map.cc |
+++ b/content/browser/host_zoom_map.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 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. |
@@ -11,14 +11,14 @@ |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/browser/prefs/scoped_user_pref_update.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/common/notification_details.h" |
-#include "chrome/common/notification_service.h" |
-#include "chrome/common/notification_source.h" |
-#include "chrome/common/notification_type.h" |
#include "chrome/common/pref_names.h" |
#include "content/browser/browser_thread.h" |
#include "content/browser/renderer_host/render_process_host.h" |
#include "content/browser/renderer_host/render_view_host.h" |
+#include "content/common/notification_details.h" |
+#include "content/common/notification_service.h" |
+#include "content/common/notification_source.h" |
+#include "content/common/notification_type.h" |
#include "googleurl/src/gurl.h" |
#include "net/base/net_util.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" |