Chromium Code Reviews

Unified Diff: chrome/common/net/notifier/communicator/login.h

Issue 1956001: Moved XMPP notifier library from chrome/browser/sync to chrome/common.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/common/net/notifier/communicator/login.h
===================================================================
--- chrome/common/net/notifier/communicator/login.h (revision 46353)
+++ chrome/common/net/notifier/communicator/login.h (working copy)
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SYNC_NOTIFIER_COMMUNICATOR_LOGIN_H_
-#define CHROME_BROWSER_SYNC_NOTIFIER_COMMUNICATOR_LOGIN_H_
+#ifndef CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_H_
+#define CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_H_
#include <string>
-#include "chrome/browser/sync/notifier/base/sigslotrepeater.h"
-#include "chrome/browser/sync/notifier/base/time.h"
+#include "chrome/common/net/notifier/base/sigslotrepeater.h"
+#include "chrome/common/net/notifier/base/time.h"
#include "talk/base/proxyinfo.h"
#include "talk/base/scoped_ptr.h"
#include "talk/base/sigslot.h"
@@ -151,4 +151,4 @@
} // namespace notifier
-#endif // CHROME_BROWSER_SYNC_NOTIFIER_COMMUNICATOR_LOGIN_H_
+#endif // CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_H_
« no previous file with comments | « chrome/common/net/notifier/communicator/const_communicator.h ('k') | chrome/common/net/notifier/communicator/login.cc » ('j') | no next file with comments »

Powered by Google App Engine