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

Unified Diff: content/public/browser/content_browser_client.h

Issue 8997008: Move AccessTokenStore to Content API, now that it is a pure-virtual class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head (pure merge). Created 9 years 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/public/browser/access_token_store.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index d987fc07cc5eab70b4ccf2aa6a4d5c609b1ef3b9..17ac85a52de2faf9780e5f508d8ebc6c13d41f3f 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -14,7 +14,6 @@
#include "content/public/common/content_client.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebNotificationPresenter.h"
-class AccessTokenStore;
class BrowserURLHandler;
class CommandLine;
class FilePath;
@@ -36,6 +35,7 @@ class WorkerProcessHost;
struct WebPreferences;
namespace content {
+class AccessTokenStore;
class BrowserMainParts;
struct MainFunctionParams;
struct ShowDesktopNotificationHostMsgParams;
« no previous file with comments | « content/public/browser/access_token_store.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698