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

Side by Side Diff: chrome/browser/user_style_sheet_watcher.h

Issue 10578026: Remove message_loop_helpers.h and update the includes to point to the new location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_USER_STYLE_SHEET_WATCHER_H_ 5 #ifndef CHROME_BROWSER_USER_STYLE_SHEET_WATCHER_H_
6 #define CHROME_BROWSER_USER_STYLE_SHEET_WATCHER_H_ 6 #define CHROME_BROWSER_USER_STYLE_SHEET_WATCHER_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/file_path.h" 9 #include "base/file_path.h"
10 #include "base/files/file_path_watcher.h" 10 #include "base/files/file_path_watcher.h"
11 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "base/message_loop_helpers.h" 13 #include "base/sequenced_task_runner_helpers.h"
14 #include "chrome/browser/profiles/refcounted_profile_keyed_service.h" 14 #include "chrome/browser/profiles/refcounted_profile_keyed_service.h"
15 #include "content/public/browser/browser_thread.h" 15 #include "content/public/browser/browser_thread.h"
16 #include "content/public/browser/notification_observer.h" 16 #include "content/public/browser/notification_observer.h"
17 #include "content/public/browser/notification_registrar.h" 17 #include "content/public/browser/notification_registrar.h"
18 #include "googleurl/src/gurl.h" 18 #include "googleurl/src/gurl.h"
19 19
20 class Profile; 20 class Profile;
21 class UserStyleSheetLoader; 21 class UserStyleSheetLoader;
22 22
23 // Watches the user style sheet file and triggers reloads on the file thread 23 // Watches the user style sheet file and triggers reloads on the file thread
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 56
57 // Watches for changes to the css file so we can reload the style sheet. 57 // Watches for changes to the css file so we can reload the style sheet.
58 scoped_ptr<base::files::FilePathWatcher> file_watcher_; 58 scoped_ptr<base::files::FilePathWatcher> file_watcher_;
59 59
60 content::NotificationRegistrar registrar_; 60 content::NotificationRegistrar registrar_;
61 61
62 DISALLOW_COPY_AND_ASSIGN(UserStyleSheetWatcher); 62 DISALLOW_COPY_AND_ASSIGN(UserStyleSheetWatcher);
63 }; 63 };
64 64
65 #endif // CHROME_BROWSER_USER_STYLE_SHEET_WATCHER_H_ 65 #endif // CHROME_BROWSER_USER_STYLE_SHEET_WATCHER_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/net_internals/net_internals_ui.cc ('k') | chrome/browser/webdata/web_data_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698