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

Unified Diff: chrome/browser/profiles/profile.h

Issue 9226012: Checkpoint: android fixes towards compilation of unit_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: miranda alphabetical issue Created 8 years, 11 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 | « chrome/browser/prerender/prerender_manager.h ('k') | chrome/browser/sync/syncable/syncable.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 3954e5aff515555cfc3d140447b5fc41eaa0a9cc..9d6f626f224a97e04b563e58b733a7ee3a856043 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -11,6 +11,7 @@
#include <string>
#include "base/basictypes.h"
+#include "base/hash_tables.h"
#include "base/logging.h"
#include "chrome/browser/net/preconnect.h" // TODO: remove this.
#include "chrome/browser/net/pref_proxy_config_tracker.h"
@@ -66,6 +67,10 @@ namespace content {
class WebUI;
}
+namespace android {
+class TabContentsProvider;
+}
+
namespace fileapi {
class FileSystemContext;
}
@@ -143,6 +148,7 @@ class Profile : public content::BrowserContext {
friend class SyncTest;
friend class Toolbar5Importer;
friend class TranslateManager;
+ friend class android::TabContentsProvider;
friend class chromeos::LibCrosServiceLibraryImpl;
friend class chromeos::ResetDefaultProxyConfigServiceTask;
@@ -563,7 +569,7 @@ class Profile : public content::BrowserContext {
};
#if defined(COMPILER_GCC)
-namespace __gnu_cxx {
+namespace BASE_HASH_NAMESPACE {
template<>
struct hash<Profile*> {
@@ -572,7 +578,7 @@ struct hash<Profile*> {
}
};
-} // namespace __gnu_cxx
+} // namespace BASE_HASH_NAMESPACE
#endif
#endif // CHROME_BROWSER_PROFILES_PROFILE_H_
« no previous file with comments | « chrome/browser/prerender/prerender_manager.h ('k') | chrome/browser/sync/syncable/syncable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698