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

Unified Diff: chrome/browser/internal_auth.h

Issue 10445013: Moving web_socket_proxy_private into a sub-dir in api/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixing the order of lines around end-of-header-guard Created 8 years, 7 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
Index: chrome/browser/internal_auth.h
diff --git a/chrome/browser/internal_auth.h b/chrome/browser/internal_auth.h
index b253b80af4d9d85a31f9963d5608613ce7fa4a53..116ffd9bd43a06dcdc9860ea57eb6872bc9fb12a 100644
--- a/chrome/browser/internal_auth.h
+++ b/chrome/browser/internal_auth.h
@@ -11,8 +11,10 @@
#include "base/gtest_prod_util.h"
+namespace extensions {
class WebSocketProxyPrivateGetPassportForTCPFunction;
class WebSocketProxyPrivateGetURLForTCPFunction;
+} // namespace extensions
namespace browser {
@@ -59,8 +61,8 @@ class InternalAuthGeneration {
// Used only by tests.
static void GenerateNewKey();
- friend class ::WebSocketProxyPrivateGetPassportForTCPFunction;
- friend class ::WebSocketProxyPrivateGetURLForTCPFunction;
+ friend class extensions::WebSocketProxyPrivateGetPassportForTCPFunction;
+ friend class extensions::WebSocketProxyPrivateGetURLForTCPFunction;
FRIEND_TEST_ALL_PREFIXES(InternalAuthTest, BasicGeneration);
FRIEND_TEST_ALL_PREFIXES(InternalAuthTest, DoubleGeneration);
« no previous file with comments | « chrome/browser/extensions/extension_web_socket_proxy_private_apitest.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698