Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(519)

Unified Diff: content/browser/host_zoom_map.h

Issue 6538111: Move the rest of the core files in chrome\browser to content\browser.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/gpu_process_host.cc ('k') | content/browser/host_zoom_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/host_zoom_map.h
===================================================================
--- content/browser/host_zoom_map.h (revision 75653)
+++ content/browser/host_zoom_map.h (working copy)
@@ -5,8 +5,8 @@
// Maps hostnames to custom zoom levels. Written on the UI thread and read on
// any thread. One instance per profile.
-#ifndef CHROME_BROWSER_HOST_ZOOM_MAP_H_
-#define CHROME_BROWSER_HOST_ZOOM_MAP_H_
+#ifndef CONTENT_BROWSER_HOST_ZOOM_MAP_H_
+#define CONTENT_BROWSER_HOST_ZOOM_MAP_H_
#pragma once
#include <map>
@@ -16,10 +16,10 @@
#include "base/basictypes.h"
#include "base/ref_counted.h"
#include "base/synchronization/lock.h"
-#include "chrome/browser/browser_thread.h"
#include "chrome/browser/prefs/pref_change_registrar.h"
#include "chrome/common/notification_observer.h"
#include "chrome/common/notification_registrar.h"
+#include "content/browser/browser_thread.h"
class GURL;
class PrefService;
@@ -124,4 +124,4 @@
DISALLOW_COPY_AND_ASSIGN(HostZoomMap);
};
-#endif // CHROME_BROWSER_HOST_ZOOM_MAP_H_
+#endif // CONTENT_BROWSER_HOST_ZOOM_MAP_H_
« no previous file with comments | « content/browser/gpu_process_host.cc ('k') | content/browser/host_zoom_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698