summaryrefslogtreecommitdiffstats
path: root/chrome/browser/internal_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/internal_auth.h')
-rw-r--r--chrome/browser/internal_auth.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/browser/internal_auth.h b/chrome/browser/internal_auth.h
index b253b80..e372afd 100644
--- a/chrome/browser/internal_auth.h
+++ b/chrome/browser/internal_auth.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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,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);